Home
last modified time | relevance | path

Searched refs:APTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2681 PointerType *APTy = cast<PointerType>(Call.getCalledOperand()->getType()); in transformConstExprCastCall() local
2682 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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp2909 template <typename APTy>
2911 handleCompareOpForVectorHelper(const APTy &LHSValue, BinaryOperatorKind Opcode, in handleCompareOpForVectorHelper()
2912 const APTy &RHSValue, APInt &Result) { in handleCompareOpForVectorHelper()