Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h393 Instruction *narrowFunnelShift(TruncInst &Trunc);
H A DInstCombineCasts.cpp441 Instruction *InstCombinerImpl::narrowFunnelShift(TruncInst &Trunc) { in narrowFunnelShift() function in InstCombinerImpl
621 if (Instruction *NarrowOr = narrowFunnelShift(Trunc)) in narrowBinOp()