Lines Matching refs:InstCombiner
157 FAddCombine(InstCombiner::BuilderTy *B) : Builder(B), Instr(0) {}
180 InstCombiner::BuilderTy *Builder;
891 bool InstCombiner::WillNotOverflowSignedAdd(Value *LHS, Value *RHS) {
913 Instruction *InstCombiner::visitAdd(BinaryOperator &I) {
1182 Instruction *InstCombiner::visitFAdd(BinaryOperator &I) {
1285 Value *InstCombiner::OptimizePointerDifference(Value *LHS, Value *RHS,
1352 Instruction *InstCombiner::visitSub(BinaryOperator &I) {
1520 Instruction *InstCombiner::visitFSub(BinaryOperator &I) {