Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7645 [](Value *V, Value *&OutLHS, Instruction::BinaryOps &OutOpCode) { in computeShiftCompareExitLimit() argument
7651 OutOpCode = Instruction::LShr; in computeShiftCompareExitLimit()
7653 OutOpCode = Instruction::AShr; in computeShiftCompareExitLimit()
7655 OutOpCode = Instruction::Shl; in computeShiftCompareExitLimit()