Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVWebGPUTransforms.cpp93 Value lhsExt = signExtendArguments ? getSignDigit(lhs) : cst0; in lowerExtendedMultiplication() local
/llvm-project/mlir/lib/Conversion/ArithToLLVM/
H A DArithToLLVM.cpp364 Value lhsExt = rewriter.create<LLVMExtOp>(loc, wideType, adaptor.getLhs()); matchAndRewrite() local