Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6160 [](Value *V, Value *&OutLHS, Instruction::BinaryOps &OutOpCode) { in computeShiftCompareExitLimit() argument
6166 OutOpCode = Instruction::LShr; in computeShiftCompareExitLimit()
6168 OutOpCode = Instruction::AShr; in computeShiftCompareExitLimit()
6170 OutOpCode = Instruction::Shl; in computeShiftCompareExitLimit()
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp7873 [](Value *V, Value *&OutLHS, Instruction::BinaryOps &OutOpCode) { in computeShiftCompareExitLimit() argument
7879 OutOpCode = Instruction::LShr; in computeShiftCompareExitLimit()
7881 OutOpCode = Instruction::AShr; in computeShiftCompareExitLimit()
7883 OutOpCode = Instruction::Shl; in computeShiftCompareExitLimit()