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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3973 Instruction *SExtOpnd = cast<Instruction>(SExt->getOperand(0)); local
3976 if (isa<ZExtInst>(SExtOpnd)) {
3979 HasMergedNonFreeExt = !TLI.isExtFree(SExtOpnd);
3981 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType());
3988 TPT.setOperand(SExt, 0, SExtOpnd->getOperand(0));
3993 if (SExtOpnd->use_empty())
3994 TPT.eraseInstruction(SExtOpnd);

Completed in 86 milliseconds