Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1579 Value *NewInsert = Builder.CreateInsertElement(CastBaseVec, X, NewIndex); in foldTruncInsEltPair() local
1580 return new BitCastInst(NewInsert, VTy); in foldTruncInsEltPair()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1390 SDValue NewInsert = in SimplifyDemandedBits() local
1393 return TLO.CombineTo(Op, NewInsert); in SimplifyDemandedBits()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21383 SDValue NewInsert = in performDupLane128Combine() local
21387 NewInsert, N->getOperand(1)); in performDupLane128Combine()