Searched defs:ZExt (Results 1 – 12 of 12) sorted by relevance
113 ZExt, ///< Zero extended before/after call enumerator
182 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
36 ZExt, // The value is zero extended in the location. enumerator
28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
992 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
179 | ZExt Constructor
235 | ZExt Constructor
151 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local1364 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local3463 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getUnsignedRange() local3604 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getSignedRange() local
1976 Value *ZExt = Builder->CreateZExt(Add, OrigAdd->getType()); in ProcessUGT_ADDCST_ADD() local
1111 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in updateDebugInfo() local
881 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in updateDebugInfo() local
1646 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0)); in visitADD() local