reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 3885   if (!ExtInst || ExtInst->getType() != ExtInst->getOperand(0)->getType()) {
 3885   if (!ExtInst || ExtInst->getType() != ExtInst->getOperand(0)->getType()) {
 3885   if (!ExtInst || ExtInst->getType() != ExtInst->getOperand(0)->getType()) {
 3886     if (ExtInst) {
 3888         Exts->push_back(ExtInst);
 3889       CreatedInstsCost = !TLI.isExtFree(ExtInst) && !HasMergedNonFreeExt;
 3896   Value *NextVal = ExtInst->getOperand(0);
 3897   TPT.eraseInstruction(ExtInst, NextVal);