Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1162 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local
1169 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local
1189 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local
1196 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local
1216 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local
1223 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp264 uint64_t shiftAmount = srcTypeSize - targetTypeSize; in createExtractAndCast() local