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

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 84 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
85 return CI1->getValue().slt(CI2->getValue());
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 192 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
193 return CI1->getValue().slt(CI2->getValue());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 367 milliseconds