Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h529 Instruction *narrowRotate(TruncInst &Trunc);
DInstCombineCasts.cpp496 Instruction *InstCombiner::narrowRotate(TruncInst &Trunc) { in narrowRotate() function in InstCombiner
614 if (Instruction *NarrowOr = narrowRotate(Trunc)) in narrowBinOp()