Searched refs:FPTy (Results 1 – 3 of 3) sorted by relevance
1508 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite() local1510 Assert1(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()1512 FunctionType *FTy = cast<FunctionType>(FPTy->getElementType()); in VerifyCallSite()
2055 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local2056 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()2099 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local2100 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
10505 Type *FPTy = Elts[0]->getType(); in SimplifySelectCC() local10509 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in SimplifySelectCC()10511 TD.getPrefTypeAlignment(FPTy)); in SimplifySelectCC()