Home
last modified time | relevance | path

Searched refs:FPTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2298 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2299 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2344 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2345 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/external/llvm/lib/IR/
DVerifier.cpp2300 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite() local
2302 Assert(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()
2305 Assert(FPTy->getElementType() == CS.getFunctionType(), in VerifyCallSite()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14037 Type *FPTy = Elts[0]->getType(); in SimplifySelectCC() local
14041 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in SimplifySelectCC()
14044 TD.getPrefTypeAlignment(FPTy)); in SimplifySelectCC()