Home
last modified time | relevance | path

Searched defs:getInt32Ty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp21 Type *Type::getInt32Ty(Context &Ctx) { in getInt32Ty() function in Type
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp297 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; } in getInt32Ty() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h562 IntegerType *getInt32Ty() { in getInt32Ty() function