Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp100 auto *ArgA = dyn_cast_or_null<Argument>(A); in valueComesBefore() local
102 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() local
227 if (ArgA || ArgB) in localComesBefore()
228 return valueComesBefore(ArgA, ArgB); in localComesBefore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp567 Value *ArgA = II.getArgOperand(0); in simplifyTernarylogic() local
589 bool AIsConst = match(ArgA, PatternMatch::m_ImmConstant()); in simplifyTernarylogic()
602 std::pair<Value *, uint8_t> A = {ArgA, 0xf0}; in simplifyTernarylogic()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9999 Expr *ArgA = TheCall->getArg(0); in SemaBuiltinARMMemoryTaggingCall() local
10002 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()