Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h565 Instruction *narrowRotate(TruncInst &Trunc);
H A DInstCombineCasts.cpp496 Instruction *InstCombiner::narrowRotate(TruncInst &Trunc) { in narrowRotate() function in InstCombiner
629 if (Instruction *NarrowOr = narrowRotate(Trunc)) in narrowBinOp()