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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2181   if (!CE) {
 2185   switch (CE->getOpcode()) {
 2190     if (Constant *C = ConstantFoldConstant(CE, getDataLayout()))
 2191       if (C != CE)
 2199       CE->printAsOperand(OS, /*PrintType=*/false,
 2205     APInt OffsetAI(getDataLayout().getPointerTypeSizeInBits(CE->getType()), 0);
 2206     cast<GEPOperator>(CE)->accumulateConstantOffset(getDataLayout(), OffsetAI);
 2208     const MCExpr *Base = lowerConstant(CE->getOperand(0));
 2224     return lowerConstant(CE->getOperand(0));
 2231     Constant *Op = CE->getOperand(0);
 2242     Constant *Op = CE->getOperand(0);
 2243     Type *Ty = CE->getType();
 2266     if (IsConstantOffsetFromGlobal(CE->getOperand(0), LHSGV, LHSOffset,
 2270       if (IsConstantOffsetFromGlobal(CE->getOperand(1), RHSGV, RHSOffset,
 2299     const MCExpr *LHS = lowerConstant(CE->getOperand(0));
 2300     const MCExpr *RHS = lowerConstant(CE->getOperand(1));
 2301     switch (CE->getOpcode()) {