Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp782 mlir::Value emitRem(const BinOpInfo &ops);
1453 mlir::Value ScalarExprEmitter::emitRem(const BinOpInfo &ops) { in emitRem() function in ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp944 return Discard(this->emitRem(*T, BO)); in VisitBinaryOperator()
1452 if (!this->emitRem(ElemT, E)) in VisitVectorBinOp()
2754 if (!this->emitRem(*LHSComputationT, E)) in VisitCompoundAssignOperator()