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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2140 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits());
2141 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy,
2185 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); local
2186 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy,
/external/llvm/lib/IR/
H A DVerifier.cpp1529 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); local
1531 Assert1(FPTy->getElementType()->isFunctionTy(),
1533 FunctionType *FTy = cast<FunctionType>(FPTy->getElementType());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11171 Type *FPTy = Elts[0]->getType(); local
11175 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts);
11177 TD.getPrefTypeAlignment(FPTy));

Completed in 171 milliseconds