Home
last modified time | relevance | path

Searched defs:isIntOrIntVectorTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h243 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); } in isIntOrIntVectorTy() function
247 bool isIntOrIntVectorTy(unsigned BitWidth) const { in isIntOrIntVectorTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h174 bool isIntOrIntVectorTy() const { return LLVMTy->isIntOrIntVectorTy(); } in isIntOrIntVectorTy() function
178 bool isIntOrIntVectorTy(unsigned BitWidth) const { in isIntOrIntVectorTy() function