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

/external/llvm/include/llvm/IR/
H A DType.h178 /// isX86_MMXTy - Return true if this is X86 MMX.
179 bool isX86_MMXTy() const { return getTypeID() == X86_MMXTyID; } function in class:llvm::Type
251 return isFloatingPointTy() || isX86_MMXTy() || isIntegerTy() ||

Completed in 87 milliseconds