Searched refs:foldICmpBinOpEqualityWithConstant (Results 1 – 2 of 2) sorted by relevance
863 Instruction *foldICmpBinOpEqualityWithConstant(ICmpInst &Cmp,
2553 if (Instruction *I = foldICmpBinOpEqualityWithConstant(Cmp, BO, *C)) in foldICmpInstWithConstant()2586 Instruction *InstCombiner::foldICmpBinOpEqualityWithConstant(ICmpInst &Cmp, in foldICmpBinOpEqualityWithConstant() function in InstCombiner