reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
503 unsigned AS = Src->getType()->getPointerAddressSpace(); 507 Src = 508 ConstantExpr::getBitCast(Src, Type::getInt8PtrTy(Src->getContext(), AS)); 508 ConstantExpr::getBitCast(Src, Type::getInt8PtrTy(Src->getContext(), AS)); 510 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); 511 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, 511 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, 511 Src = ConstantExpr::getGetElementPtr(Type::getInt8Ty(Src->getContext()), Src, 513 Src = ConstantExpr::getBitCast(Src, PointerType::get(LoadTy, AS)); 513 Src = ConstantExpr::getBitCast(Src, PointerType::get(LoadTy, AS)); 514 return ConstantFoldLoadFromConstPtr(Src, LoadTy, DL);