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

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 131 /// getConstantInt - If this is a constant with a ConstantInt value, return it
133 ConstantInt *getConstantInt() const {
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()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 119 const ConstantInt *getConstantInt() { return Constants.CIP; }

Completed in 55 milliseconds