Home
last modified time | relevance | path

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

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