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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 817 /// SubOne - Subtract one from a ConstantInt.
818 static Constant *SubOne(ConstantInt *C) {
1036 return BinaryOperator::CreateSub(SubOne(CRHS), X);
    [all...]
InstCombineAndOrXor.cpp 28 /// SubOne - Subtract one from a ConstantInt.
29 static Constant *SubOne(ConstantInt *C) {
303 Hi = SubOne(cast<ConstantInt>(Hi));
    [all...]
InstCombineCompares.cpp 35 /// SubOne - Subtract one from a ConstantInt
36 static Constant *SubOne(Constant *C) {
    [all...]

Completed in 47 milliseconds