Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp261 Record *RHSr = cast<DefInit>(RHSI)->getDef(); in compareBy() local
277 auto RHSr = cast<DefInit>(RHSI)->getDef(); in compareBy() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp927 llvm::Value *RHSr, in EmitAlgebraicDiv()
961 llvm::Value *RHSr, in EmitRangeReductionDiv()
1034 llvm::Value *RHSr = Op.RHS.first, *RHSi = Op.RHS.second; in EmitBinDiv() local