Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3-2a.cpp68 bool rgt = x2 > x1; // expected-error {{selected deleted operator '<=>'}} variable
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp3273 mlir::Value rgt = genShift<mlir::arith::ShRUIOp>(resultType, rArgs); genDshiftl() local
3297 mlir::Value rgt = genShift<mlir::arith::ShRUIOp>(resultType, rArgs); genDshiftr() local
5435 mlir::Value rgt = builder.create<mlir::arith::AndIOp>(loc, j, notMask); genMergeBits() local