Lines Matching refs:IntTy
1020 Args.add(RValue::get(Order), getContext().IntTy); in EmitAtomicExpr()
1166 getContext().IntTy); in EmitAtomicExpr()
1168 Args.add(RValue::get(Scope), getContext().IntTy); in EmitAtomicExpr()
1436 RValue::get(llvm::ConstantInt::get(CGF.IntTy, (int)llvm::toCABI(AO))), in EmitAtomicLoadLibcall()
1437 CGF.getContext().IntTy); in EmitAtomicLoadLibcall()
1635 llvm::ConstantInt::get(CGF.IntTy, (int)llvm::toCABI(Success))), in EmitAtomicCompareExchangeLibcall()
1636 CGF.getContext().IntTy); in EmitAtomicCompareExchangeLibcall()
1638 llvm::ConstantInt::get(CGF.IntTy, (int)llvm::toCABI(Failure))), in EmitAtomicCompareExchangeLibcall()
1639 CGF.getContext().IntTy); in EmitAtomicCompareExchangeLibcall()
1946 RValue::get(llvm::ConstantInt::get(IntTy, (int)llvm::toCABI(AO))), in EmitAtomicStore()
1947 getContext().IntTy); in EmitAtomicStore()