Home
last modified time | relevance | path

Searched refs:getConstantInt (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp133 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon129b48840111::LatticeVal
525 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors()
551 ConstantInt *CI = SCValue.getConstantInt(); in getFeasibleSuccessors()
597 ConstantInt *CI = BCValue.getConstantInt(); in isEdgeFeasible()
614 ConstantInt *CI = SCValue.getConstantInt(); in isEdgeFeasible()
819 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
890 if (ConstantInt *CI = NonOverdefVal->getConstantInt()) in visitBinaryOperator()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h120 const ConstantInt *getConstantInt() { return Constants.CIP; } in getConstantInt() function