reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1622 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); 1628 ConstantInt *SizeVal64 = ConstantInt::get(Type::getInt64Ty(Ctx), Size); 1631 ConstantInt::get(Type::getInt32Ty(Ctx), (int)toCABI(Ordering)); 1636 ConstantInt::get(Type::getInt32Ty(Ctx), (int)toCABI(Ordering2)); 1638 bool HasResult = I->getType() != Type::getVoidTy(Ctx); 1697 Args.push_back(ConstantInt::get(DL.getIntPtrType(Ctx), Size)); 1707 Type::getInt8PtrTy(Ctx, PtrTypeAS)); 1708 PtrVal = Builder.CreateAddrSpaceCast(PtrVal, Type::getInt8PtrTy(Ctx)); 1719 Type::getInt8PtrTy(Ctx, AllocaAS)); 1735 Builder.CreateBitCast(AllocaValue, Type::getInt8PtrTy(Ctx)); 1748 Builder.CreateBitCast(AllocaResult, Type::getInt8PtrTy(Ctx, AllocaAS)); 1762 ResultTy = Type::getInt1Ty(Ctx); 1763 Attr = Attr.addAttribute(Ctx, AttributeList::ReturnIndex, Attribute::ZExt); 1767 ResultTy = Type::getVoidTy(Ctx);