Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp107 auto *ArgA = dyn_cast_or_null<Argument>(A); in valueComesBefore() local
109 if (ArgA && !ArgB) in valueComesBefore()
111 if (ArgB && !ArgA) in valueComesBefore()
113 if (ArgA && ArgB) in valueComesBefore()
114 return ArgA->getArgNo() < ArgB->getArgNo(); in valueComesBefore()
231 auto *ArgA = dyn_cast_or_null<Argument>(ADef); in localComesBefore() local
234 if (ArgA || ArgB) in localComesBefore()
235 return valueComesBefore(ArgA, ArgB); in localComesBefore()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8247 Expr *ArgA = TheCall->getArg(0); in SemaBuiltinARMMemoryTaggingCall() local
8250 ExprResult ArgExprA = DefaultFunctionArrayLvalueConversion(ArgA); in SemaBuiltinARMMemoryTaggingCall()
8264 if (!ArgTypeA->isAnyPointerType() && !isNull(ArgA)) in SemaBuiltinARMMemoryTaggingCall()
8266 << "first" << ArgTypeA << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()
8273 if (ArgTypeA->isAnyPointerType() && !isNull(ArgA) && in SemaBuiltinARMMemoryTaggingCall()
8281 << ArgTypeA << ArgTypeB << ArgA->getSourceRange() in SemaBuiltinARMMemoryTaggingCall()
8289 << ArgTypeA << ArgTypeB << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()
8291 if (isNull(ArgA)) // adopt type of the other pointer in SemaBuiltinARMMemoryTaggingCall()