Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAttributes.h113 ZExt, ///< Zero extended before/after call enumerator
/external/llvm/unittests/IR/
DConstantRangeTest.cpp182 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h36 ZExt, // The value is zero extended in the location. enumerator
/external/llvm/include/llvm/Target/
DTargetCallingConv.h28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
/external/llvm/lib/Transforms/Utils/
DLocal.cpp992 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml179 | ZExt Constructor
Dllvm.mli235 | ZExt Constructor
/external/llvm/lib/Analysis/
DScalarEvolution.cpp151 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local
1364 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local
3463 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getUnsignedRange() local
3604 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getSignedRange() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1976 Value *ZExt = Builder->CreateZExt(Add, OrigAdd->getType()); in ProcessUGT_ADDCST_ADD() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1111 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in updateDebugInfo() local
DSROA.cpp881 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in updateDebugInfo() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1646 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0)); in visitADD() local