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()
123 Expr *ArgB = TheCall->getArg(1); in BuiltinARMMemoryTaggingCall() local126 ExprResult ArgExprB = SemaRef.DefaultFunctionArrayLvalueConversion(ArgB); in BuiltinARMMemoryTaggingCall()144 if (!ArgTypeB->isAnyPointerType() && !isNull(ArgB)) in BuiltinARMMemoryTaggingCall()146 << "second" << ArgTypeB << ArgB->getSourceRange(); in BuiltinARMMemoryTaggingCall()150 ArgTypeB->isAnyPointerType() && !isNull(ArgB)) { in BuiltinARMMemoryTaggingCall()159 << ArgB->getSourceRange(); in BuiltinARMMemoryTaggingCall()172 if (isNull(ArgB)) in BuiltinARMMemoryTaggingCall()
681 Value *ArgB = II.getArgOperand(1); in simplifyTernarylogic() local703 bool BIsConst = match(ArgB, m_ImmConstant()); in simplifyTernarylogic()716 std::pair<Value *, uint8_t> B = {ArgB, 0xcc}; in simplifyTernarylogic()