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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 65 static inline Constant *AddOne(Constant *C) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 22 /// AddOne - Add one to a ConstantInt.
23 static Constant *AddOne(Constant *C) {
112 return SelectInst::Create(ZI->getOperand(0), AddOne(CI), CI);
178 return BinaryOperator::CreateMul(RHS, AddOne(C2));
188 return BinaryOperator::CreateMul(LHS, AddOne(C2));
559 return BinaryOperator::CreateAdd(X, AddOne(C));
InstCombineAndOrXor.cpp 23 /// AddOne - Add one to a ConstantInt.
24 static Constant *AddOne(Constant *C) {
    [all...]
InstCombineCompares.cpp 30 /// AddOne - Add one to a ConstantInt
31 static Constant *AddOne(Constant *C) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 2358 milliseconds