Home
last modified time | relevance | path

Searched refs:getConstantVal (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp246 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal(); in resolveRelocDestAddr()
255 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal(); in resolveRelocDestAddr()
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp448 ResultPtr += MR->getConstantVal(); in relocate()
467 ResultPtr += MR->getConstantVal(); in relocate()
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp557 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal(); in relocate()
564 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal()); in relocate()
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp94 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue(); in getSVal()
DSValBuilder.cpp229 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) { in getConstantVal() function in SValBuilder
274 Optional<SVal> ArrayVal = getConstantVal(CE->getSubExpr()); in getConstantVal()
DRegionStore.cpp1742 if (Optional<SVal> V = svalBuilder.getConstantVal(Init)) in getBindingForVar()
DExprEngine.cpp840 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit()
/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h209 intptr_t getConstantVal() const { in getConstantVal() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h210 Optional<SVal> getConstantVal(const Expr *E);