Searched refs:LLVMArrTy (Results 1 – 2 of 2) sorted by relevance
573 const ArrayType *LLVMArrTy = cast<ArrayType>(LLVMTy); in getOrCreateConstIntArray() local574 Type *LLVMBaseTy = LLVMArrTy->getElementType(); in getOrCreateConstIntArray()587 {PoisonValue::get(const_cast<ArrayType *>(LLVMArrTy)), in getOrCreateConstIntArray()590 LLVMArrTy->getNumElements()); in getOrCreateConstIntArray()
1285 Type *LLVMArrTy = in selectMemOperation() local1288 GlobalVariable *GV = new GlobalVariable(*CurFunction.getParent(), LLVMArrTy, in selectMemOperation()1290 Constant::getNullValue(LLVMArrTy)); in selectMemOperation()