Searched refs:ArgA (Results 1 – 3 of 3) sorted by relevance
100 auto *ArgA = dyn_cast_or_null<Argument>(A); in valueComesBefore() local102 if (ArgA && !ArgB) in valueComesBefore()104 if (ArgB && !ArgA) in valueComesBefore()106 if (ArgA && ArgB) in valueComesBefore()107 return ArgA->getArgNo() < ArgB->getArgNo(); in valueComesBefore()224 auto *ArgA = dyn_cast_or_null<Argument>(ADef); in localComesBefore() local227 if (ArgA || ArgB) in localComesBefore()228 return valueComesBefore(ArgA, ArgB); in localComesBefore()
567 Value *ArgA = II.getArgOperand(0); in simplifyTernarylogic() local589 bool AIsConst = match(ArgA, PatternMatch::m_ImmConstant()); in simplifyTernarylogic()602 std::pair<Value *, uint8_t> A = {ArgA, 0xf0}; in simplifyTernarylogic()
9999 Expr *ArgA = TheCall->getArg(0); in SemaBuiltinARMMemoryTaggingCall() local10002 ExprResult ArgExprA = DefaultFunctionArrayLvalueConversion(ArgA); in SemaBuiltinARMMemoryTaggingCall()10016 if (!ArgTypeA->isAnyPointerType() && !isNull(ArgA)) in SemaBuiltinARMMemoryTaggingCall()10018 << "first" << ArgTypeA << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()10025 if (ArgTypeA->isAnyPointerType() && !isNull(ArgA) && in SemaBuiltinARMMemoryTaggingCall()10033 << ArgTypeA << ArgTypeB << ArgA->getSourceRange() in SemaBuiltinARMMemoryTaggingCall()10041 << ArgTypeA << ArgTypeB << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()10043 if (isNull(ArgA)) // adopt type of the other pointer in SemaBuiltinARMMemoryTaggingCall()