Searched refs:getConstantVal (Results 1 – 9 of 9) sorted by relevance
245 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal(); in resolveRelocDestAddr()254 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal(); in resolveRelocDestAddr()
437 ResultPtr += MR->getConstantVal(); in relocate()456 ResultPtr += MR->getConstantVal(); in relocate()
551 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal(); in relocate()558 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal()); in relocate()
209 intptr_t getConstantVal() const { in getConstantVal() function
93 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue(); in getSVal()
227 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) { in getConstantVal() function in SValBuilder272 Optional<SVal> ArrayVal = getConstantVal(CE->getSubExpr()); in getConstantVal()
1752 if (Optional<SVal> V = svalBuilder.getConstantVal(Init)) in getBindingForVar()
768 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit()
209 Optional<SVal> getConstantVal(const Expr *E);