Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp245 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal(); in resolveRelocDestAddr()
254 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal(); in resolveRelocDestAddr()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp434 ResultPtr += MR->getConstantVal(); in relocate()
453 ResultPtr += MR->getConstantVal(); in relocate()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp536 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal(); in relocate()
543 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal()); in relocate()
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp95 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue(); in getSVal()
DSValBuilder.cpp246 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) { in getConstantVal() function in SValBuilder
301 Optional<SVal> Val = getConstantVal(SE); in getConstantVal()
DRegionStore.cpp1839 if (Optional<SVal> V = svalBuilder.getConstantVal(Init)) in getBindingForVar()
DExprEngine.cpp961 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h209 intptr_t getConstantVal() const { in getConstantVal() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h215 Optional<SVal> getConstantVal(const Expr *E);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp791 int64_t GlobalOffset = MR.getConstantVal(); in EmitRelocations()
808 unsigned SectionIdx = MR.getConstantVal(); in EmitRelocations()