Lines Matching defs:minusOne
380 Value minusOne = createConstantAllBitsSet(loc, srcType, dstType, rewriter);
382 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count);
384 maskShiftedByCount, minusOne);
388 loc, dstType, maskShiftedByCountAndOffset, minusOne);
521 Value minusOne = createConstantAllBitsSet(loc, srcType, dstType, rewriter);
523 rewriter.create<LLVM::ShlOp>(loc, dstType, minusOne, count);
525 minusOne);
975 IntegerAttr minusOne = minusOneIntegerAttribute(srcType, rewriter);
980 SplatElementsAttr::get(cast<VectorType>(srcType), minusOne))
981 : rewriter.create<LLVM::ConstantOp>(loc, dstType, minusOne);