Home
last modified time | relevance | path

Searched defs:RangeSize (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dragged_range_op.cc105 int64 RangeSize(T start, T limit, T delta) { in RangeSize() function in tensorflow::RaggedRangeOp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp615 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange() local
625 unsigned RangeSize = GapAndRangeSizes[I].second; in encodeDefRange() local
680 unsigned GapSize, RangeSize; in encodeDefRange() local
/external/llvm/lib/MC/
DMCCodeView.cpp392 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange() local
/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc1315 Status RangeSize(const Tensor* start_t, const Tensor* limit_t, in RangeSize() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp788 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1229 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2156 APInt RangeSize = Div->isExact() ? APInt(C2->getBitWidth(), 1) : *C2; in foldICmpDivConstant() local