Home
last modified time | relevance | path

Searched refs:NewInsert (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1602 Value *NewInsert = Builder.CreateInsertElement(CastBaseVec, X, NewIndex); in foldTruncInsEltPair() local
1603 return new BitCastInst(NewInsert, VTy); in foldTruncInsEltPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1438 SDValue NewInsert = in SimplifyDemandedBits() local
1441 return TLO.CombineTo(Op, NewInsert); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25050 SDValue NewInsert = in performDupLane128Combine() local
25054 NewInsert, N->getOperand(1)); in performDupLane128Combine()