Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp780 mlir::Value emitMul(const BinOpInfo &ops);
1405 mlir::Value ScalarExprEmitter::emitMul(const BinOpInfo &ops) { in emitMul() function in ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp942 return Discard(this->emitMul(*T, BO)); in VisitBinaryOperator()
1316 if (!this->emitMul(ResultElemT, E)) in VisitComplexBinOp()
2746 if (!this->emitMul(*LHSComputationT, E)) in VisitCompoundAssignOperator()