reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
502 auto *PTy = cast<PointerType>(C->getType()); 515 MapTy = Type::getInt16Ty(C->getContext()); 517 MapTy = Type::getInt32Ty(C->getContext()); 519 MapTy = Type::getInt64Ty(C->getContext()); 521 MapTy = PointerType::getIntNTy(C->getContext(), 526 C = FoldBitCast(C, MapTy->getPointerTo(AS), DL); 526 C = FoldBitCast(C, MapTy->getPointerTo(AS), DL); 527 if (Constant *Res = FoldReinterpretLoadFromConstPtr(C, MapTy, DL)) { 553 if (!IsConstantOffsetFromGlobal(C, GVal, OffsetAI, DL))