Searched refs:RetWidth (Results 1 – 2 of 2) sorted by relevance
2429 unsigned RetWidth = RetType->getNumElements(); in visitCallInst() local2430 assert(RetWidth <= ArgWidth && "Unexpected input/return vector widths"); in visitCallInst()2443 if (RetWidth < ArgWidth) { in visitCallInst()2445 for (unsigned i = 0; i != RetWidth; ++i) in visitCallInst()2452 VectorType::get(Type::getHalfTy(II->getContext()), RetWidth); in visitCallInst()2460 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, ArgWidth, RetWidth)) { in visitCallInst()
1202 uint64_t RetWidth = CGF.getContext().getTypeSize(ReturnSlot.getType()); in addReturnRegisterOutputs() local1208 if (RetWidth <= 32) { in addReturnRegisterOutputs()1218 llvm::Type *CoerceTy = llvm::IntegerType::get(CGF.getLLVMContext(), RetWidth); in addReturnRegisterOutputs()