Searched refs:APTy (Results 1 – 4 of 4) sorted by relevance
2250 PointerType *APTy = cast<PointerType>(Call.getCalledOperand()->getType()); in transformConstExprCastCall() local2251 if (FT->isVarArg()!=cast<FunctionType>(APTy->getElementType())->isVarArg()) in transformConstExprCastCall()2258 cast<FunctionType>(APTy->getElementType())->isVarArg() && in transformConstExprCastCall()2260 cast<FunctionType>(APTy->getElementType())->getNumParams()) 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()
4661 PointerType *APTy = cast<PointerType>(Call.getCalledValue()->getType()); in transformConstExprCastCall() local4662 if (FT->isVarArg()!=cast<FunctionType>(APTy->getElementType())->isVarArg()) in transformConstExprCastCall()4669 cast<FunctionType>(APTy->getElementType())->isVarArg() && in transformConstExprCastCall()4671 cast<FunctionType>(APTy->getElementType())->getNumParams()) in transformConstExprCastCall()
2904 template <typename APTy>2906 handleCompareOpForVectorHelper(const APTy &LHSValue, BinaryOperatorKind Opcode, in handleCompareOpForVectorHelper()2907 const APTy &RHSValue, APInt &Result) { in handleCompareOpForVectorHelper()