Home
last modified time | relevance | path

Searched defs:ZExt (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/Support/
DConstantRangeTest.cpp183 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h35 ZExt, // The value is zero extended in the location. enumerator
/external/llvm/include/llvm/Target/
DTargetCallingConv.h27 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
/external/llvm/lib/Transforms/Utils/
DLocal.cpp812 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml175 | ZExt Constructor
Dllvm.mli225 | ZExt Constructor
/external/llvm/lib/Analysis/
DScalarEvolution.cpp145 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local
1324 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local
3321 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getUnsignedRange() local
3462 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getSignedRange() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1733 Value *ZExt = Builder->CreateZExt(Add, OrigAdd->getType()); in ProcessUGT_ADDCST_ADD() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1104 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in updateDebugInfo() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1522 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0)); in visitADD() local