Home
last modified time | relevance | path

Searched refs:Int32PointerType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dllvmutil.h82 static llvm::Type *Int32PointerType; member
H A Dbuiltins.cpp128 else if (t == LLVMTypes::Int32PointerType) in lLLVMTypeToISPCType()
H A Dllvmutil.cpp72 llvm::Type *LLVMTypes::Int32PointerType = NULL; member in ispc::LLVMTypes
120 LLVMTypes::Int32PointerType = llvm::PointerType::get(LLVMTypes::Int32Type, 0); in InitLLVMUtil()
H A Dstmt.cpp3108 return llvm::Constant::getNullValue(LLVMTypes::Int32PointerType);
3116 return ctx_->BitCastInst(argAlloca, LLVMTypes::Int32PointerType);
3411 doPrintCMArgs[ARGS_IDX] = llvm::Constant::getNullValue(LLVMTypes::Int32PointerType);