Home
last modified time | relevance | path

Searched refs:APV (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h200 static bool classof(const ARMConstantPoolValue *APV) { in classof() argument
201 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
202 APV->isPromotedGlobal(); in classof()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp11326 APValue APV{Result}; in VisitBuiltinCallExpr() local
11327 if (!handleAssignment(Info, E, ResultLValue, ResultType, APV)) in VisitBuiltinCallExpr()