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

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 83 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
85 return CI1->getValue().slt(CI2->getValue());
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 191 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
193 return CI1->getValue().slt(CI2->getValue());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 316 milliseconds