Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h322 Instruction *narrowFunnelShift(TruncInst &Trunc);
DInstCombineCasts.cpp520 Instruction *InstCombinerImpl::narrowFunnelShift(TruncInst &Trunc) { in narrowFunnelShift() function in InstCombinerImpl
666 if (Instruction *NarrowOr = narrowFunnelShift(Trunc)) in narrowBinOp()