Searched defs:ZExt (Results 1 – 10 of 10) sorted by relevance
179 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
35 ZExt, // The value is zero extended in the location. enumerator
27 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
801 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
175 | ZExt Constructor
225 | ZExt Constructor
143 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local1330 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local3330 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getUnsignedRange() local3471 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getSignedRange() local
1732 Value *ZExt = Builder->CreateZExt(Add, OrigAdd->getType()); in ProcessUGT_ADDCST_ADD() local
988 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in updateDebugInfo() local
1517 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0)); in visitADD() local