HomeSort by relevance Sort by last modified time
    Searched defs:CI1 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 76 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
78 return CI1->getValue().slt(CI2->getValue());
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 188 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
190 return CI1->getValue().slt(CI2->getValue());