Lines Matching refs:isStructTy
296 assert(!V->getType()->isStructTy() && in getLatticeValueFor()
398 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant()
435 assert(!V->getType()->isStructTy() &&
444 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState()
463 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState()
748 if (PN.getType()->isStructTy()) in visitPHINode()
798 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()
866 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
879 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
917 if (Val->getType()->isStructTy()) in visitInsertValueInst()
930 if (I.getType()->isStructTy()) in visitSelectInst()
1113 if (SI.getOperand(0)->getType()->isStructTy()) in visitStoreInst()
1147 if (I.getType()->isStructTy() || I.isVolatile()) in visitLoadInst()
1209 if (CB.getType()->isStructTy()) in handleCallOverdefined()
1217 if (AI->get()->getType()->isStructTy()) in handleCallOverdefined()
1445 if (I->getType()->isStructTy() || !getValueState(I).isOverdefined()) in Solve()
1629 if (V->getType()->isStructTy()) { in tryToReplaceWithConstant()
1845 if (U->getType()->isStructTy()) { in findReturnsToZap()
2142 assert(F->getReturnType()->isStructTy() && in runIPSCCP()