Lines Matching defs:RTy
527 auto *RTy = Exchange->getType();
531 if (RTy->isPointerTy()) {
550 if (RTy->isPointerTy()) {
551 Result = CGF.Builder.CreateIntToPtr(Result, RTy);
8451 auto *RTy = cast<llvm::FixedVectorType>(Ty);
8454 RTy = llvm::FixedVectorType::get(RTy->getElementType(),
8455 RTy->getNumElements() * 2);
8457 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false,
10204 auto *RTy = llvm::VectorType::get(IntegerType::get(getLLVMContext(), 1), VTy);
10205 if (Pred->getType() == RTy)
10218 IntrinsicTy = RTy;
10228 assert(C->getType() == RTy && "Unexpected return type!");