Home
last modified time | relevance | path

Searched defs:BinOpInfo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp250 struct BinOpInfo { struct in __anon7a4d3f6a0111::ComplexExprEmitter
251 ComplexPairTy LHS;
252 ComplexPairTy RHS;
253 QualType Ty; // Computation Type.
900 ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&), in EmitCompoundAssignLValue()
971 ComplexPairTy (ComplexExprEmitter::*Func)(const BinOpInfo&)){ in EmitCompoundAssign()
H A DCGExprScalar.cpp91 struct BinOpInfo { struct
92 Value *LHS;
93 Value *RHS;
94 QualType Ty; // Computation Type.
95 BinaryOperator::Opcode Opcode; // Opcode of BinOp to perform
96 FPOptions FPFeatures;
97 const Expr *E; // Entire expr, for error unsupported. May not be binop.
100 bool mayHaveIntegerOverflow() const { in mayHaveIntegerOverflow()
113 bool isDivremOp() const { in isDivremOp()
119 bool mayHaveIntegerDivisionByZero() const { in mayHaveIntegerDivisionByZero()
[all …]