Home
last modified time | relevance | path

Searched defs:isIntegerTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h123 bool isIntegerTy() const { in isIntegerTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h166 bool isIntegerTy() const { return LLVMTy->isIntegerTy(); } in isIntegerTy() function
169 bool isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h237 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp58 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type