Searched defs:RangeSize (Results 1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/ |
| D | ragged_range_op.cc | 105 int64 RangeSize(T start, T limit, T delta) { in RangeSize() function in tensorflow::RaggedRangeOp
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| D | MCCodeView.cpp | 615 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/ |
| D | MCCodeView.cpp | 392 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange() local
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | math_ops.cc | 1315 Status RangeSize(const Tensor* start_t, const Tensor* limit_t, in RangeSize() function
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 788 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 1229 ConstantInt *RangeSize = DivI->isExact() ? getOne(Prod) : DivRHS; in FoldICmpDivCst() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 2156 APInt RangeSize = Div->isExact() ? APInt(C2->getBitWidth(), 1) : *C2; in foldICmpDivConstant() local
|