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