Searched refs:LLVMArrTy (Results 1 – 2 of 2) sorted by relevance
482 const ArrayType *LLVMArrTy = cast<ArrayType>(LLVMTy); in getOrCreateConstIntArray() local483 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConstIntArray()496 {PoisonValue::get(const_cast<ArrayType *>(LLVMArrTy)), in getOrCreateConstIntArray()499 LLVMArrTy->getNumElements()); in getOrCreateConstIntArray()
854 Type *LLVMArrTy = in selectMemOperation() local857 GlobalVariable *GV = new GlobalVariable(*CurFunction.getParent(), LLVMArrTy, in selectMemOperation()859 Constant::getNullValue(LLVMArrTy)); in selectMemOperation()