Searched refs:ArgB (Results 1 – 3 of 3) sorted by relevance
101 auto *ArgB = dyn_cast_or_null<Argument>(B); 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()225 auto *ArgB = dyn_cast_or_null<Argument>(BDef); in localComesBefore() local227 if (ArgA || ArgB) in localComesBefore()228 return valueComesBefore(ArgA, ArgB); in localComesBefore()
568 Value *ArgB = II.getArgOperand(1); in simplifyTernarylogic() local590 bool BIsConst = match(ArgB, PatternMatch::m_ImmConstant()); in simplifyTernarylogic()603 std::pair<Value *, uint8_t> B = {ArgB, 0xcc}; in simplifyTernarylogic()
10000 Expr *ArgB = TheCall->getArg(1); in SemaBuiltinARMMemoryTaggingCall() local10003 ExprResult ArgExprB = DefaultFunctionArrayLvalueConversion(ArgB); in SemaBuiltinARMMemoryTaggingCall()10020 if (!ArgTypeB->isAnyPointerType() && !isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()10022 << "second" << ArgTypeB << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()10026 ArgTypeB->isAnyPointerType() && !isNull(ArgB)) { in SemaBuiltinARMMemoryTaggingCall()10034 << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()10046 if (isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()