Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h329 Instruction *narrowFunnelShift(TruncInst &Trunc);
H A DInstCombineCasts.cpp569 Instruction *InstCombinerImpl::narrowFunnelShift(TruncInst &Trunc) { in narrowFunnelShift() function in InstCombinerImpl
745 if (Instruction *NarrowOr = narrowFunnelShift(Trunc)) in narrowBinOp()