Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp605 Value *NarrowOp0 = Builder.CreateTrunc(BinOp0, DestTy); in narrowBinOp() local
606 return BinaryOperator::Create(BinOp->getOpcode(), NarrowOp0, X); in narrowBinOp()