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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 26 /// SubOne - Subtract one from a ConstantInt.
27 static Constant *SubOne(ConstantInt *C) {
233 return BinaryOperator::CreateSub(SubOne(CRHS), X);
584 return SelectInst::Create(ZI->getOperand(0), SubOne(C), C);
663 return BinaryOperator::CreateMul(Op1, SubOne(C1));
InstCombineAndOrXor.cpp 27 /// SubOne - Subtract one from a ConstantInt.
28 static Constant *SubOne(ConstantInt *C) {
366 Hi = SubOne(cast<ConstantInt>(Hi));
    [all...]
InstCombineCompares.cpp 34 /// SubOne - Subtract one from a ConstantInt
35 static Constant *SubOne(Constant *C) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 69 static inline Constant *SubOne(Constant *C) {
InstCombineAndOrXor.cpp 318 Hi = SubOne(cast<ConstantInt>(Hi));
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]

Completed in 554 milliseconds