Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1417 unsigned ValueMask; in ApplyTypeConstraints() local
1419 ValueMask = unsigned(~uint32_t(0UL) >> (32-Size)); in ApplyTypeConstraints()
1422 if ((ValueMask & UnsignedVal) == UnsignedVal) in ApplyTypeConstraints()
/external/mesa3d/src/mesa/main/
Dmtypes.h1100 GLuint ValueMask[3]; /**< Value mask */ member