Searched refs:foldAddWithConstant (Results 1 – 2 of 2) sorted by relevance
622 Instruction *foldAddWithConstant(BinaryOperator &Add);
864 Instruction *InstCombinerImpl::foldAddWithConstant(BinaryOperator &Add) { in foldAddWithConstant() function in InstCombinerImpl1306 if (Instruction *X = foldAddWithConstant(I)) in visitAdd()