Home
last modified time | relevance | path

Searched defs:APV (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp245 if (std::optional<APValue> APV = in emitRetValue() local
318 if (std::optional<APValue> APV = in updateGlobalTemporaries() local
H A DInterp.h1552 APValue APV = Value.toAPValue(S.getASTContext()); in InitGlobalTemp() local
1578 if (std::optional<APValue> APV = in InitGlobalTempComp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h147 static bool classof(const XtensaConstantPoolValue *APV) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h136 static bool classof(const CSKYConstantPoolValue *APV) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h198 static bool classof(const ARMConstantPoolValue *APV) { in classof()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13692 APValue APV{CarryOut}; in VisitBuiltinCallExpr() local
13809 APValue APV{Result}; in VisitBuiltinCallExpr() local
13898 APValue APV{APSInt(Result, /*isUnsigned=*/true)}; in VisitBuiltinCallExpr() local
16811 APValue APV = CE->getAPValueResult(); in FastEvaluateAsRValue() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3438 using APV = AllocaPackedValues; in writeInstruction() typedef
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6214 using APV = AllocaPackedValues; in parseFunctionBody() typedef