Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1594 Value *NewInsert = Builder.CreateInsertElement(CastBaseVec, X, NewIndex); in foldTruncInsEltPair() local
1595 return new BitCastInst(NewInsert, VTy); in foldTruncInsEltPair()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1417 SDValue NewInsert = in SimplifyDemandedBits() local
1420 return TLO.CombineTo(Op, NewInsert); in SimplifyDemandedBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23635 SDValue NewInsert = in performDupLane128Combine() local
23639 NewInsert, N->getOperand(1)); in performDupLane128Combine()