reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7128 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) { 7128 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) { 7133 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue());lib/CodeGen/GlobalISel/IRTranslator.cpp
1374 const Value *V = DI.getValue();
lib/CodeGen/SelectionDAG/FastISel.cpp 1408 const Value *V = DI->getValue();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp1214 Value *V = DDI.getDI()->getValue(); 5902 const Value *V = DI.getValue();lib/Transforms/Utils/Local.cpp
384 if (DVI->getValue()) 1222 if (DVI->getValue() == I->getOperand(0) && 1240 assert(DVI->getValue() == APN);tools/opt/Debugify.cpp
176 Value *V = DVI->getValue();
unittests/Transforms/Utils/LocalTest.cpp526 const auto &CI = *cast<ConstantInt>(DI.getValue()); 536 const auto &CI = *cast<ConstantInt>(DI.getValue());