reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 2320   BinOp.LHS = InVal;
 2321   BinOp.RHS = llvm::ConstantInt::get(InVal->getType(), 1, false);
 2322   BinOp.Ty = E->getType();
 2323   BinOp.Opcode = IsInc ? BO_Add : BO_Sub;
 2325   BinOp.E = E;
 2326   return BinOp;