Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp113 auto *ArgA = dyn_cast_or_null<Argument>(A); in valueComesBefore() local
115 if (ArgA && !ArgB) in valueComesBefore()
117 if (ArgB && !ArgA) in valueComesBefore()
119 if (ArgA && ArgB) in valueComesBefore()
120 return ArgA->getArgNo() < ArgB->getArgNo(); in valueComesBefore()
237 auto *ArgA = dyn_cast_or_null<Argument>(ADef); in localComesBefore() local
240 if (ArgA || ArgB) in localComesBefore()
241 return valueComesBefore(ArgA, ArgB); in localComesBefore()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6854 Expr *ArgA = TheCall->getArg(0); in SemaBuiltinARMMemoryTaggingCall() local
6857 ExprResult ArgExprA = DefaultFunctionArrayLvalueConversion(ArgA); in SemaBuiltinARMMemoryTaggingCall()
6871 if (!ArgTypeA->isAnyPointerType() && !isNull(ArgA)) in SemaBuiltinARMMemoryTaggingCall()
6873 << "first" << ArgTypeA << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()
6880 if (ArgTypeA->isAnyPointerType() && !isNull(ArgA) && in SemaBuiltinARMMemoryTaggingCall()
6888 << ArgTypeA << ArgTypeB << ArgA->getSourceRange() in SemaBuiltinARMMemoryTaggingCall()
6896 << ArgTypeA << ArgTypeB << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()
6898 if (isNull(ArgA)) // adopt type of the other pointer in SemaBuiltinARMMemoryTaggingCall()