Searched refs:APTy (Results 1 – 2 of 2) sorted by relevance
2681 PointerType *APTy = cast<PointerType>(Call.getCalledOperand()->getType()); in transformConstExprCastCall() local2682 if (FT->isVarArg()!=cast<FunctionType>(APTy->getElementType())->isVarArg()) in transformConstExprCastCall()2689 cast<FunctionType>(APTy->getElementType())->isVarArg() && in transformConstExprCastCall()2691 cast<FunctionType>(APTy->getElementType())->getNumParams()) in transformConstExprCastCall()
2909 template <typename APTy>2911 handleCompareOpForVectorHelper(const APTy &LHSValue, BinaryOperatorKind Opcode, in handleCompareOpForVectorHelper()2912 const APTy &RHSValue, APInt &Result) { in handleCompareOpForVectorHelper()