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

/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:__anon21686::LatticeVal
525 ConstantInt *CI = BCValue.getConstantInt();
551 ConstantInt *CI = SCValue.getConstantInt();
597 ConstantInt *CI = BCValue.getConstantInt();
614 ConstantInt *CI = SCValue.getConstantInt();
819 if (ConstantInt *CondCB = CondValue.getConstantInt()) {
890 if (ConstantInt *CI = NonOverdefVal->getConstantInt())
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h137 const ConstantInt *getConstantInt() const { return Constants.CIP; } function in class:llvm::DotDebugLocEntry

Completed in 80 milliseconds