Lines Matching defs:SExt
181 SExtInst *SExt;
185 ZExt(nullptr), SExt(nullptr) {}
199 } else if (auto *SExt = dyn_cast<SExtInst>(V)) {
200 V = SExt->getOperand(0);
201 Info.SExt = SExt;
232 if (Info.SExt) {
233 if (Info.SExt->getType() == V->getType())
235 return Builder.CreateSExt(V, Info.SExt->getType());
307 Instruction *ToRemove[] = {ICmp, Info.ZExt, Info.SExt, MinMax};