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

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 284 ConstantInt *CI1, ConstantInt *CI2);
286 ConstantInt *CI1, ConstantInt *CI2);
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 99 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
101 return CI1->getValue().slt(CI2->getValue());
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 66 milliseconds