Searched refs:OperandsHider (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2480 class OperandsHider : public TypePromotionAction { class in class:__anon4528::TypePromotionTransaction
2486 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { function in class:__anon4528::TypePromotionTransaction::OperandsHider
2487 LLVM_DEBUG(dbgs() << "Do: OperandsHider: " << *Inst << "\n");
2503 LLVM_DEBUG(dbgs() << "Undo: OperandsHider: " << *Inst << "\n");
2674 OperandsHider Hider;

Completed in 119 milliseconds