Lines Matching refs:InsertNewInstWith
356 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
369 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
394 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
399 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
518 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
622 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
667 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
764 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
892 return InsertNewInstWith(New, *Shl); in SimplifyShrShlDemandedBits()
1272 LHS = InsertNewInstWith(ExtractElementInst::Create(LHS, in SimplifyDemandedVectorElts()
1274 RHS = InsertNewInstWith(ExtractElementInst::Create(RHS, in SimplifyDemandedVectorElts()
1281 TmpV = InsertNewInstWith(BinaryOperator::CreateFAdd(LHS, RHS, in SimplifyDemandedVectorElts()
1286 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS, in SimplifyDemandedVectorElts()
1291 TmpV = InsertNewInstWith(BinaryOperator::CreateFMul(LHS, RHS, in SimplifyDemandedVectorElts()
1296 TmpV = InsertNewInstWith(BinaryOperator::CreateFDiv(LHS, RHS, in SimplifyDemandedVectorElts()
1306 InsertNewInstWith(New, *II); in SimplifyDemandedVectorElts()