Searched defs:getConstantVal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h206 /// getConstantVal - Get the constant value associated with this relocation.
209 intptr_t getConstantVal() const { function in class:llvm::MachineRelocation
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp229 Optional<SVal> SValBuilder::getConstantVal(const Expr *E) { function in class:SValBuilder
274 Optional<SVal> ArrayVal = getConstantVal(CE->getSubExpr());

Completed in 1448 milliseconds