Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h170 SDValue &BindVal; member
172 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);