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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h100 // iPTRAny - An int value the size of the pointer of the current
102 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
103 iPTRAny = 251, enumerator in enum:llvm::MVT::SimpleValueType
246 case iPTRAny:
515 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny);

Completed in 134 milliseconds