Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp582 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
583 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()