Lines Matching refs:InsertNewInstWith
357 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits()
370 return InsertNewInstWith(And, *I); in SimplifyDemandedUseBits()
395 InsertNewInstWith(NewAnd, *I); in SimplifyDemandedUseBits()
400 return InsertNewInstWith(NewXor, *I); in SimplifyDemandedUseBits()
519 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
623 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
668 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
765 return InsertNewInstWith(NewVal, *I); in SimplifyDemandedUseBits()
862 return InsertNewInstWith(New, *Shl); in SimplifyShrShlDemandedBits()
1212 LHS = InsertNewInstWith(ExtractElementInst::Create(LHS, in SimplifyDemandedVectorElts()
1214 RHS = InsertNewInstWith(ExtractElementInst::Create(RHS, in SimplifyDemandedVectorElts()
1221 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS, in SimplifyDemandedVectorElts()
1226 TmpV = InsertNewInstWith(BinaryOperator::CreateFMul(LHS, RHS, in SimplifyDemandedVectorElts()
1236 InsertNewInstWith(New, *II); in SimplifyDemandedVectorElts()