Searched refs:FPTy (Results 1 – 3 of 3) sorted by relevance
2253 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local2254 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()2298 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local2299 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
2119 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite() local2121 Assert(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()2123 FunctionType *FTy = cast<FunctionType>(FPTy->getElementType()); in VerifyCallSite()
12725 Type *FPTy = Elts[0]->getType(); in SimplifySelectCC() local12729 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in SimplifySelectCC()12731 TD.getPrefTypeAlignment(FPTy)); in SimplifySelectCC()