Searched refs:NarrowOp (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 907 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local 908 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem() 923 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local 925 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem() 1066 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local 1067 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
|
D | InstCombineCasts.cpp | 631 Value *NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType()); in shrinkSplatShuffle() local 632 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getMask()); in shrinkSplatShuffle() 663 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt() local 664 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index); in shrinkInsertElt()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1167 Value *NarrowOp = Builder->CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local 1168 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5678 SDValue NarrowOp = Op->getOperand(0); in calculateByteProvider() local 5679 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() 5688 return calculateByteProvider(NarrowOp, Index, Depth + 1); in calculateByteProvider()
|