Searched refs:getConstantVal (Results 1 – 9 of 9) sorted by relevance
246 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal(); in resolveRelocDestAddr()255 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal(); in resolveRelocDestAddr()
448 ResultPtr += MR->getConstantVal(); in relocate()467 ResultPtr += MR->getConstantVal(); in relocate()
557 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal(); in relocate()564 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal()); in relocate()
94 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue(); in getSVal()
229 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) { in getConstantVal() function in SValBuilder274 Optional<SVal> ArrayVal = getConstantVal(CE->getSubExpr()); in getConstantVal()
1742 if (Optional<SVal> V = svalBuilder.getConstantVal(Init)) in getBindingForVar()
840 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE); in Visit()
209 intptr_t getConstantVal() const { in getConstantVal() function
210 Optional<SVal> getConstantVal(const Expr *E);