Lines Matching refs:isStructTy

366     assert(!V->getType()->isStructTy() &&  in getLatticeValueFor()
440 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant()
445 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markForcedConstant()
480 assert(!V->getType()->isStructTy() && in mergeInValue()
489 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState()
509 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getParamState()
524 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState()
770 if (PN.getType()->isStructTy()) in visitPHINode()
827 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()
876 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
884 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
917 if (Val->getType()->isStructTy()) in visitInsertValueInst()
930 if (I.getType()->isStructTy()) in visitSelectInst()
1094 if (SI.getOperand(0)->getType()->isStructTy()) in visitStoreInst()
1114 if (I.getType()->isStructTy()) in visitLoadInst()
1234 if (F && F->isDeclaration() && !I->getType()->isStructTy() && in visitCallSite()
1239 if (AI->get()->getType()->isStructTy()) in visitCallSite()
1361 if (I->getType()->isStructTy() || !getValueState(I).isOverdefined()) in Solve()
1440 if (I.getOperand(0)->getType()->isStructTy()) { in ResolvedUndefsIn()
1447 if (I.getOperand(1)->getType()->isStructTy()) { in ResolvedUndefsIn()
1708 if (V->getType()->isStructTy()) { in tryToReplaceWithConstant()
2121 assert(F->getReturnType()->isStructTy() && in runIPSCCP()