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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h131 // iPTRAny - An int value the size of the pointer of the current
133 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
134 iPTRAny = 251, enumerator in enum:llvm::MVT::SimpleValueType
352 case iPTRAny:
677 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);

Completed in 232 milliseconds