• Home
  • Raw
  • Download

Lines Matching refs:isStructTy

287     assert(!V->getType()->isStructTy() && "Should use other method");  in markOverdefined()
316 assert(!V->getType()->isStructTy() && "Should use other method"); in markConstant()
321 assert(!V->getType()->isStructTy() && "Should use other method"); in markForcedConstant()
359 assert(!V->getType()->isStructTy() && "Should use other method"); in mergeInValue()
368 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState()
391 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState()
654 if (PN.getType()->isStructTy()) in visitPHINode()
713 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst()
758 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
766 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
799 if (Val->getType()->isStructTy()) in visitInsertValueInst()
812 if (I.getType()->isStructTy()) in visitSelectInst()
1017 if (SI.getOperand(0)->getType()->isStructTy()) in visitStoreInst()
1038 if (I.getType()->isStructTy()) in visitLoadInst()
1092 if (F && F->isDeclaration() && !I->getType()->isStructTy() && in visitCallSite()
1203 if (I->getType()->isStructTy() || !getValueState(I).isOverdefined()) in Solve()
1285 if (I->getOperand(0)->getType()->isStructTy()) { in ResolvedUndefsIn()
1292 if (I->getOperand(1)->getType()->isStructTy()) { in ResolvedUndefsIn()
1598 if (Inst->getType()->isStructTy()) in runOnFunction()
1760 if (AI->use_empty() || AI->getType()->isStructTy()) continue; in runOnModule()
1803 if (Inst->getType()->isVoidTy() || Inst->getType()->isStructTy()) in runOnModule()