Searched refs:ValuePos (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h223 unsigned ValuePos = 4 + Constraint * 4; local
224 return (int)(operands()[OpNum].Constraints >> ValuePos) & 0x0f;
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1481 unsigned ValuePos = 1; local
1484 ValuePos = 0;
1486 unsigned Index = Args.getBaseArgs().MakeIndex(A->getValue(ValuePos));

Completed in 123 milliseconds