Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1455 if (auto *NewInsert = dyn_cast<llvm::InsertElementInst>(NewV)) in create() local
1456 return Ctx.createInsertElementInst(NewInsert); in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1680 Value *NewInsert = Builder.CreateInsertElement(CastBaseVec, X, NewIndex); in foldTruncInsEltPair() local
1681 return new BitCastInst(NewInsert, VTy); in foldTruncInsEltPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1493 SDValue NewInsert = in SimplifyDemandedBits() local
1496 return TLO.CombineTo(Op, NewInsert); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26475 SDValue NewInsert = in performDupLane128Combine() local
26479 NewInsert, N->getOperand(1)); in performDupLane128Combine()