Home
last modified time | relevance | path

Searched refs:binOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp67 if (const auto *binOp = llvm::dyn_cast<BinaryOperator>(e)) { in isFixedPointOp() local
68 QualType lhstype = binOp->getLHS()->getType(); in isFixedPointOp()
69 QualType rhstype = binOp->getRHS()->getType(); in isFixedPointOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td1862 foreach binOp = ["min", "max"] in
1865 def int_nvvm_redux_sync_f # binOp # abs # NaN : NVVMBuiltin,