Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InsertNewInstWith

312       return InsertNewInstWith(Or, *I);
325 return InsertNewInstWith(And, *I);
350 InsertNewInstWith(NewAnd, *I);
355 return InsertNewInstWith(NewXor, *I);
468 return InsertNewInstWith(NewCast, *I);
511 return InsertNewInstWith(Or, *I);
577 return InsertNewInstWith(Xor, *I);
639 return InsertNewInstWith(NewVal, *I);
684 return InsertNewInstWith(NewVal, *I);
780 return InsertNewInstWith(NewVal, *I);
1114 LHS = InsertNewInstWith(ExtractElementInst::Create(LHS,
1116 RHS = InsertNewInstWith(ExtractElementInst::Create(RHS,
1123 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS,
1128 TmpV = InsertNewInstWith(BinaryOperator::CreateFMul(LHS, RHS,
1138 InsertNewInstWith(New, *II);