Home
last modified time | relevance | path

Searched refs:getAPValueResult (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp643 return emitAbstract(ce->getBeginLoc(), ce->getAPValueResult(), retType); in tryEmitConstantExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp518 APValue Res = CE->getAPValueResult(); in ExtractStringFromGCCAsmStmtComponent()
H A DJSONNodeDumper.cpp1495 Visit(CE->getAPValueResult(), CE->getType()); in VisitConstantExpr()
H A DDecl.cpp4684 assert(cast<ConstantExpr>(getBitWidth())->getAPValueResult().isInt()); in getBitWidthValue()
4686 ->getAPValueResult() in getBitWidthValue()
H A DTextNodeDumper.cpp1483 [=] { Visit(Node->getAPValueResult(), Node->getType()); }); in VisitConstantExpr()
H A DItaniumMangle.cpp5154 mangleValueInTemplateArg(ParamType, CE->getAPValueResult(), false, in mangleExpression()
H A DExpr.cpp412 APValue ConstantExpr::getAPValueResult() const { in getAPValueResult() function in ConstantExpr
H A DExprConstant.cpp8096 return DerivedSuccess(E->getAPValueResult(), E); in VisitConstantExpr()
16811 APValue APV = CE->getAPValueResult(); in FastEvaluateAsRValue()
H A DASTImporter.cpp7994 auto ToResult = importChecked(Err, E->getAPValueResult()); in VisitConstantExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1158 APValue getAPValueResult() const;
4628 return cast<ConstantExpr>(getExpr(N + 2))->getAPValueResult().getInt(); in getShuffleMaskIdx()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1624 return tryEmitAbstract(CE->getAPValueResult(), RetType); in tryEmitConstantExpr()
H A DCodeGenModule.cpp3577 ID.Add(cast<clang::ConstantExpr>(E)->getAPValueResult()); in EmitAnnotationArgs()
3588 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2090 if (this->visitAPValue(E->getAPValueResult(), *T, E)) in VisitConstantExpr()