Searched refs:MatchVal (Results 1 – 2 of 2) sorted by relevance
90 SDValue MatchVal; member94 explicit Value_match(SDValue Match) : MatchVal(Match) {} in Value_match()97 if (MatchVal) in match()98 return MatchVal == N; in match()129 SDValue &MatchVal; member131 explicit DeferredValue_match(SDValue &Match) : MatchVal(Match) {} in DeferredValue_match()134 return N == MatchVal; in match()
1346 Value *MatchVal = in expandFindFirstByte() local1384 return MatchVal; in expandFindFirstByte()1398 Value *MatchVal = in transformFindFirstByte() local1410 PN->addIncoming(MatchVal, cast<Instruction>(MatchVal)->getParent()); in transformFindFirstByte()