Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp114 auto *ArgB = dyn_cast_or_null<Argument>(B); 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()
238 auto *ArgB = dyn_cast_or_null<Argument>(BDef); in localComesBefore() local
240 if (ArgA || ArgB) in localComesBefore()
241 return valueComesBefore(ArgA, ArgB); in localComesBefore()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6855 Expr *ArgB = TheCall->getArg(1); in SemaBuiltinARMMemoryTaggingCall() local
6858 ExprResult ArgExprB = DefaultFunctionArrayLvalueConversion(ArgB); in SemaBuiltinARMMemoryTaggingCall()
6875 if (!ArgTypeB->isAnyPointerType() && !isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()
6877 << "second" << ArgTypeB << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()
6881 ArgTypeB->isAnyPointerType() && !isNull(ArgB)) { in SemaBuiltinARMMemoryTaggingCall()
6889 << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()
6901 if (isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()