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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 100 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
101 return CI1->getValue().slt(CI2->getValue());
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 898 milliseconds