Lines Matching refs:isStructTy
150 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant()
169 assert(!V->getType()->isStructTy() &&
178 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState()
197 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState()
418 assert(!V->getType()->isStructTy() && in getLatticeValueFor()
717 if (PN.getType()->isStructTy()) in visitPHINode()
768 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()
836 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
849 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
887 if (Val->getType()->isStructTy()) in visitInsertValueInst()
900 if (I.getType()->isStructTy()) in visitSelectInst()
1083 if (SI.getOperand(0)->getType()->isStructTy()) in visitStoreInst()
1117 if (I.getType()->isStructTy() || I.isVolatile()) in visitLoadInst()
1179 if (CB.getType()->isStructTy()) in handleCallOverdefined()
1187 if (AI->get()->getType()->isStructTy()) in handleCallOverdefined()
1414 if (I->getType()->isStructTy() || !getValueState(I).isOverdefined()) in solve()