Searched refs:GEPInst (Results 1 – 5 of 5) sorted by relevance
2263 auto &GEPInst = cast<GetElementPtrInst>(I); in writeInstruction() local2264 Vals.push_back(GEPInst.isInBounds()); in writeInstruction()2265 Vals.push_back(getTypeID(GEPInst.getSourceElementType())); in writeInstruction()
2094 auto GEPInst = MIRBuilder.buildIntrinsic( in buildEnqueueKernel() local2096 GEPInst in buildEnqueueKernel()
3172 GetElementPtrInst *GEPInst = unwrap<GetElementPtrInst>(GEP); in LLVMGEPSetNoWrapFlags() local3173 GEPInst->setNoWrapFlags(mapFromLLVMGEPNoWrapFlags(NoWrapFlags)); in LLVMGEPSetNoWrapFlags()
3769 if (const GetElementPtrInst *GEPInst = dyn_cast<GetElementPtrInst>(U)) { in shouldConsiderAddressTypePromotion() local3774 if (GEPInst->getNumOperands() > 2) { in shouldConsiderAddressTypePromotion()
3005 auto &GEPInst = cast<GetElementPtrInst>(I); in writeInstruction() local3007 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType())); in writeInstruction()