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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h119 const ConstantInt *getConstantInt() { return Constants.CIP; } function in struct:llvm::DotDebugLocEntry
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp131 /// getConstantInt - If this is a constant with a ConstantInt value, return it
133 ConstantInt *getConstantInt() const { function in class:__anon9137::LatticeVal
532 ConstantInt *CI = BCValue.getConstantInt();
558 ConstantInt *CI = SCValue.getConstantInt();
604 ConstantInt *CI = BCValue.getConstantInt();
621 ConstantInt *CI = SCValue.getConstantInt();
829 if (ConstantInt *CondCB = CondValue.getConstantInt()) {
900 if (ConstantInt *CI = NonOverdefVal->getConstantInt())

Completed in 87 milliseconds