Searched defs:ZExt (Results 1 – 10 of 10) sorted by relevance
183 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
812 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
175 | ZExt Constructor
225 | ZExt Constructor
145 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local1324 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local3321 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getUnsignedRange() local3462 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getSignedRange() local
1733 Value *ZExt = Builder->CreateZExt(Add, OrigAdd->getType()); in ProcessUGT_ADDCST_ADD() local
1104 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in updateDebugInfo() local
1522 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0)); in visitADD() local