Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9034 [](Value *V, Value *&OutLHS, Instruction::BinaryOps &OutOpCode) { in computeShiftCompareExitLimit() argument
9040 OutOpCode = Instruction::LShr; in computeShiftCompareExitLimit()
9042 OutOpCode = Instruction::AShr; in computeShiftCompareExitLimit()
9044 OutOpCode = Instruction::Shl; in computeShiftCompareExitLimit()