reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1991 if (!CE) { 1995 switch (CE->getOpcode()) { 2000 if (Constant *C = ConstantFoldConstant(CE, getDataLayout())) 2001 if (C && C != CE) 2009 CE->printAsOperand(OS, /*PrintType=*/false, 2016 PointerType *DstTy = cast<PointerType>(CE->getType()); 2018 return lowerConstantForGV(cast<const Constant>(CE->getOperand(0)), true); 2023 CE->printAsOperand(OS, /*PrintType=*/ false, 2032 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0); 2033 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI); 2035 const MCExpr *Base = lowerConstantForGV(CE->getOperand(0), 2052 return lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); 2059 Constant *Op = CE->getOperand(0); 2070 Constant *Op = CE->getOperand(0); 2071 Type *Ty = CE->getType(); 2091 const MCExpr *LHS = lowerConstantForGV(CE->getOperand(0), ProcessingGeneric); 2092 const MCExpr *RHS = lowerConstantForGV(CE->getOperand(1), ProcessingGeneric); 2093 switch (CE->getOpcode()) {