Lines Matching refs:InsertNewInstWith
369 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
382 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
407 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
412 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
525 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
568 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
634 return InsertNewInstWith(Xor, *I); in SimplifyDemandedUseBits()
707 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
752 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
849 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
946 return InsertNewInstWith(New, *Shl); in SimplifyShrShlDemandedBits()
1291 LHS = InsertNewInstWith(ExtractElementInst::Create(LHS, in SimplifyDemandedVectorElts()
1293 RHS = InsertNewInstWith(ExtractElementInst::Create(RHS, in SimplifyDemandedVectorElts()
1300 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS, in SimplifyDemandedVectorElts()
1305 TmpV = InsertNewInstWith(BinaryOperator::CreateFMul(LHS, RHS, in SimplifyDemandedVectorElts()
1315 InsertNewInstWith(New, *II); in SimplifyDemandedVectorElts()