Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp141 int targetBits, OpBuilder &builder) { in getOffsetForBitwidth()
164 int sourceBits, int targetBits, in adjustAccessChainForBitwidth()
183 int targetBits, OpBuilder &builder) { in shiftValue()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3124 unsigned targetBits = targetType.getIntegerBitWidth(); in matchAndRewrite() local