Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp781 mlir::Value emitDiv(const BinOpInfo &ops);
1448 mlir::Value ScalarExprEmitter::emitDiv(const BinOpInfo &ops) { in emitDiv() function in ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp948 return Discard(this->emitDiv(*T, BO)); in VisitBinaryOperator()
1332 if (!this->emitDiv(ResultElemT, E)) in VisitComplexBinOp()
2750 if (!this->emitDiv(*LHSComputationT, E)) in VisitCompoundAssignOperator()