Searched refs:EmitFixedPointBinOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp772 Value *EmitFixedPointBinOp(const BinOpInfo &Ops);
3458 return EmitFixedPointBinOp(op);
3465 Value *ScalarExprEmitter::EmitFixedPointBinOp(const BinOpInfo &op) { function in class:ScalarExprEmitter
3602 return EmitFixedPointBinOp(op);
3905 Result = EmitFixedPointBinOp(BOInfo);

Completed in 116 milliseconds