Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp1108 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite() local
1110 Assert1(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()
1112 FunctionType *FTy = cast<FunctionType>(FPTy->getElementType()); in VerifyCallSite()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2379 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2380 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2425 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2426 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/external/llvm/lib/IR/
DVerifier.cpp2501 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in verifyCallSite() local
2503 Assert(FPTy->getElementType()->isFunctionTy(), in verifyCallSite()
2506 Assert(FPTy->getElementType() == CS.getFunctionType(), in verifyCallSite()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7485 Type *FPTy = Elts[0]->getType(); in SimplifySelectCC() local
7489 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in SimplifySelectCC()
7491 TD.getPrefTypeAlignment(FPTy)); in SimplifySelectCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14221 Type *FPTy = Elts[0]->getType(); in SimplifySelectCC() local
14225 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts); in SimplifySelectCC()
14228 TD.getPrefTypeAlignment(FPTy)); in SimplifySelectCC()