Home
last modified time | relevance | path

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

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