Lines Matching defs:Def
988 auto *Def = InstFakeDef::create(this, Dest);
993 Insts.push_front(Def);
1285 const auto *Def = VM->getSingleDefinition(Src0V);
1291 // is singly-def'ed.
1292 if (Def == nullptr) {
1294 Ctx->getStrDump() << "\tmulti-def: ";
1303 if (!llvm::isa<InstInsertElement>(Def)) {
1306 Def->dump(Func);
1312 // Everything seems fine, so we save Def in Insts, and delegate the decision
1314 (*Insts)[I + 1] = Def;
1355 const auto *Def = VM->getSingleDefinition(Src1V);
1356 if (Def == nullptr) {
1358 Ctx->getStrDump() << "multi-def src(1): ";
1365 if (!llvm::isa<InstExtractElement>(Def)) {
1368 Def->dump(Func);
1374 auto *Src = llvm::cast<Variable>(Def->getSrc(0));
1393 (*Extracts)[I] = Def;