Lines Matching defs:existing
835 Value existing = adaptor.getExisting();
836 if (existing)
837 existing = rewriter.create<LLVM::BitcastOp>(loc, i32, existing);
839 existing = rewriter.create<LLVM::UndefOp>(loc, i32);
845 existing, wordSel);
848 existing, wordSel);
870 Value existing = adaptor.getExisting();
871 if (existing)
872 existing = rewriter.create<LLVM::BitcastOp>(loc, i32, existing);
874 existing = rewriter.create<LLVM::UndefOp>(loc, i32);
880 existing, byteSel);
883 existing, byteSel);