Searched refs:BindVal (Results 1 – 1 of 1) sorted by relevance
170 SDValue &BindVal; member172 explicit Value_bind(SDValue &N) : BindVal(N) {} in Value_bind()175 BindVal = N; in match()727 APInt *BindVal;729 explicit ConstantInt_match(APInt *V) : BindVal(V) {}737 if (BindVal)738 *BindVal = C->getAPIntValue();744 BindVal ? *BindVal : Discard);