HomeSort by relevance Sort by last modified time
    Searched refs:getConstantVal (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 245 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal();
254 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal();
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 437 ResultPtr += MR->getConstantVal();
456 ResultPtr += MR->getConstantVal();
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 551 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal();
558 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal());
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 93 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue();
SValBuilder.cpp 227 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) {
272 Optional<SVal> ArrayVal = getConstantVal(CE->getSubExpr());
ExprEngine.cpp 768 Optional<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE);
    [all...]
RegionStore.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 206 /// getConstantVal - Get the constant value associated with this relocation.
209 intptr_t getConstantVal() const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 209 Optional<SVal> getConstantVal(const Expr *E);

Completed in 3655 milliseconds