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 246 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal();
255 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal();
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 448 ResultPtr += MR->getConstantVal();
467 ResultPtr += MR->getConstantVal();
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 557 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal();
564 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal());
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 94 return svalBuilder.getConstantVal(cast<Expr>(S)).getValue();
SValBuilder.cpp 229 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) {
274 Optional<SVal> ArrayVal = getConstantVal(CE->getSubExpr());
ExprEngine.cpp     [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 210 Optional<SVal> getConstantVal(const Expr *E);

Completed in 536 milliseconds