Lines Matching refs:isStructTy
304 assert(!V->getType()->isStructTy() && "Should use other method"); in markOverdefined()
337 assert(!V->getType()->isStructTy() && "Should use other method"); in markConstant()
342 assert(!V->getType()->isStructTy() && "Should use other method"); in markForcedConstant()
377 assert(!V->getType()->isStructTy() && "Should use other method"); in mergeInValue()
386 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState()
409 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState()
680 if (PN.getType()->isStructTy()) in visitPHINode()
739 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()
790 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
798 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
831 if (Val->getType()->isStructTy()) in visitInsertValueInst()
844 if (I.getType()->isStructTy()) in visitSelectInst()
1007 if (SI.getOperand(0)->getType()->isStructTy()) in visitStoreInst()
1028 if (I.getType()->isStructTy()) in visitLoadInst()
1085 if (F && F->isDeclaration() && !I->getType()->isStructTy() && in visitCallSite()
1202 if (I->getType()->isStructTy() || !getValueState(I).isOverdefined()) in Solve()
1283 if (I.getOperand(0)->getType()->isStructTy()) { in ResolvedUndefsIn()
1290 if (I.getOperand(1)->getType()->isStructTy()) { in ResolvedUndefsIn()
1515 if (V->getType()->isStructTy()) { in tryToReplaceWithConstant()