Searched refs:APTy (Results 1 – 3 of 3) sorted by relevance
1099 PointerType *APTy = cast<PointerType>(CS.getCalledValue()->getType()); in transformConstExprCastCall() local1100 if (FT->isVarArg()!=cast<FunctionType>(APTy->getElementType())->isVarArg()) in transformConstExprCastCall()
2724 PointerType *APTy = cast<PointerType>(CS.getCalledValue()->getType()); in transformConstExprCastCall() local2725 if (FT->isVarArg()!=cast<FunctionType>(APTy->getElementType())->isVarArg()) in transformConstExprCastCall()2732 cast<FunctionType>(APTy->getElementType())->isVarArg() && in transformConstExprCastCall()2734 cast<FunctionType>(APTy->getElementType())->getNumParams()) in transformConstExprCastCall()
4230 PointerType *APTy = cast<PointerType>(CS.getCalledValue()->getType()); in transformConstExprCastCall() local4231 if (FT->isVarArg()!=cast<FunctionType>(APTy->getElementType())->isVarArg()) in transformConstExprCastCall()4238 cast<FunctionType>(APTy->getElementType())->isVarArg() && in transformConstExprCastCall()4240 cast<FunctionType>(APTy->getElementType())->getNumParams()) in transformConstExprCastCall()