Lines Matching defs:SExt
178 SExtInst *SExt;
182 ZExt(nullptr), SExt(nullptr) {}
196 } else if (auto *SExt = dyn_cast<SExtInst>(V)) {
197 V = SExt->getOperand(0);
198 Info.SExt = SExt;
229 if (Info.SExt) {
230 if (Info.SExt->getType() == V->getType())
232 return Builder.CreateSExt(V, Info.SExt->getType());
304 Instruction *ToRemove[] = {ICmp, Info.ZExt, Info.SExt, MinMax};