Searched refs:foldICmpCommutative (Results 1 – 2 of 2) sorted by relevance
729 Instruction *foldICmpCommutative(ICmpInst::Predicate Pred, Value *Op0,
7187 Instruction *InstCombinerImpl::foldICmpCommutative(ICmpInst::Predicate Pred, in foldICmpCommutative() function in InstCombinerImpl7422 if (Instruction *Res = foldICmpCommutative(I.getPredicate(), Op0, Op1, I)) in visitICmpInst()7425 foldICmpCommutative(I.getSwappedPredicate(), Op1, Op0, I)) in visitICmpInst()