HomeSort by: relevance | last modified time | path
    Searched refs:foldICmpAddOpConst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 652 Instruction *foldICmpAddOpConst(Value *X, const APInt &C,
InstCombineCompares.cpp 1065 Instruction *InstCombinerImpl::foldICmpAddOpConst(Value *X, const APInt &C,
5790 return foldICmpAddOpConst(X, *C, I.getPredicate());
5794 return foldICmpAddOpConst(X, *C, I.getSwappedPredicate());

Completed in 44 milliseconds