Searched refs:FPTy (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 1108 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/ |
D | MipsISelLowering.cpp | 2379 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/ |
D | Verifier.cpp | 2501 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/ |
D | DAGCombiner.cpp | 7485 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/ |
D | DAGCombiner.cpp | 14221 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()
|