Lines Matching refs:getLLVMContext

98     llvm::IntegerType::get(CGF.getLLVMContext(),
160 llvm::IntegerType::get(CGF.getLLVMContext(),
199 CGF.getLLVMContext(), CGF.getContext().getTypeSize(T));
233 LLVMContext &C = CGF.CGM.getLLVMContext();
418 return RValue::get(llvm::ConstantInt::get(getLLVMContext(),
421 return RValue::get(llvm::ConstantFP::get(getLLVMContext(),
1255 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(),
1674 llvm::IntegerType::get(CGM.getLLVMContext(), EncompassingInfo.Width);
1828 IntegerType::get(getLLVMContext(),
1910 AttributeSet::get(getLLVMContext(), llvm::AttributeSet::FunctionIndex,
1930 AttributeSet::get(getLLVMContext(), llvm::AttributeSet::FunctionIndex,
2025 ArgValue = llvm::ConstantInt::get(getLLVMContext(), Result);
3167 llvm::IntegerType::get(getLLVMContext(), EltBits / 2);
3177 llvm::Type *EltTy = llvm::IntegerType::get(getLLVMContext(), EltBits / 2);
3462 LLVMContext &Context = CGM.getLLVMContext();
3645 llvm::Type *IntResTy = llvm::IntegerType::get(getLLVMContext(),
3691 llvm::Type *StoreTy = llvm::IntegerType::get(getLLVMContext(),
3869 Ops.push_back(llvm::ConstantInt::get(getLLVMContext(), Result));
3989 SV = llvm::ConstantDataVector::get(getLLVMContext(), Indices);
4400 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128);
4414 llvm::Type *IntResTy = llvm::IntegerType::get(getLLVMContext(),
4458 llvm::Type *StoreTy = llvm::IntegerType::get(getLLVMContext(),
4566 Ops.push_back(llvm::ConstantInt::get(getLLVMContext(), Result));
4595 llvm::Type *Int128PTy = llvm::Type::getIntNPtrTy(getLLVMContext(), 128);
4600 llvm::Type *Int128PTy = llvm::Type::getIntNPtrTy(getLLVMContext(), 128);
5198 llvm::IntegerType::get(getLLVMContext(), BitWidth/2), 2*ArgElts);
6160 Ops.push_back(llvm::ConstantInt::get(getLLVMContext(), Result));
6259 llvm::Type::getX86_MMXTy(getLLVMContext()));
6366 Value *SV = llvm::ConstantDataVector::get(getLLVMContext(),
6392 Value *SV = llvm::ConstantDataVector::get(getLLVMContext(), Indices);
6419 Value *SV = llvm::ConstantDataVector::get(getLLVMContext(), Indices);
6433 getLLVMContext(), llvm::ConstantAsMetadata::get(Builder.getInt32(1)));
6456 llvm::Type *MMXTy = llvm::Type::getX86_MMXTy(getLLVMContext());
7114 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);
7115 Value *M5Value = llvm::ConstantInt::get(getLLVMContext(), M5);