Searched defs:iAny (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h146 // iAny - An integer or vector integer value of any bit width. This is
149 iAny = 254, enumerator in enum:llvm::MVT::SimpleValueType
353 case iAny:
677 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);

Completed in 68 milliseconds