Home
last modified time | relevance | path

Searched defs:shiftAmount (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1198 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local
1205 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local
1225 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local
1232 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local
1252 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local
1259 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local