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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h198 static bool classof(const ARMConstantPoolValue *APV) { argument
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() ||
200 APV->isPromotedGlobal();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11667 APValue APV{Result};
11668 if (!handleAssignment(Info, E, ResultLValue, ResultType, APV))

Completed in 76 milliseconds