Lines Matching refs:isStructTy
148 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant()
167 assert(!V->getType()->isStructTy() &&
176 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState()
195 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState()
413 assert(!V->getType()->isStructTy() && in getLatticeValueFor()
728 if (PN.getType()->isStructTy()) in visitPHINode()
779 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()
852 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
865 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
903 if (Val->getType()->isStructTy()) in visitInsertValueInst()
916 if (I.getType()->isStructTy()) in visitSelectInst()
1091 if (SI.getOperand(0)->getType()->isStructTy()) in visitStoreInst()
1125 if (I.getType()->isStructTy() || I.isVolatile()) in visitLoadInst()
1184 if (CB.getType()->isStructTy()) in handleCallOverdefined()
1192 if (A.get()->getType()->isStructTy()) in handleCallOverdefined()
1409 if (I->getType()->isStructTy() || !getValueState(I).isOverdefined()) in solve()