Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h90 SDValue MatchVal; member
94 explicit Value_match(SDValue Match) : MatchVal(Match) {} in Value_match()
97 if (MatchVal) in match()
98 return MatchVal == N; in match()
129 SDValue &MatchVal; member
131 explicit DeferredValue_match(SDValue &Match) : MatchVal(Match) {} in DeferredValue_match()
134 return N == MatchVal; in match()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp1346 Value *MatchVal = in expandFindFirstByte() local
1384 return MatchVal; in expandFindFirstByte()
1398 Value *MatchVal = in transformFindFirstByte() local
1410 PN->addIncoming(MatchVal, cast<Instruction>(MatchVal)->getParent()); in transformFindFirstByte()