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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp1364 PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); local
1366 Assert1(FPTy->getElementType()->isFunctionTy(),
1368 FunctionType *FTy = cast<FunctionType>(FPTy->getElementType());
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9773 Type *FPTy = Elts[0]->getType(); local
9777 Constant *CA = ConstantArray::get(ArrayType::get(FPTy, 2), Elts);
9779 TD.getPrefTypeAlignment(FPTy));

Completed in 192 milliseconds