HomeSort by relevance Sort by last modified time
    Searched refs:getConstantInt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 85 const ConstantInt *getConstantInt() const { return Constant.CIP; }
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 132 /// getConstantInt - If this is a constant with a ConstantInt value, return it
134 ConstantInt *getConstantInt() const {
527 ConstantInt *CI = BCValue.getConstantInt();
553 ConstantInt *CI = SCValue.getConstantInt();
599 ConstantInt *CI = BCValue.getConstantInt();
616 ConstantInt *CI = SCValue.getConstantInt();
821 if (ConstantInt *CondCB = CondValue.getConstantInt()) {
892 if (ConstantInt *CI = NonOverdefVal->getConstantInt())
    [all...]

Completed in 2517 milliseconds