Home
last modified time | relevance | path

Searched defs:ltg (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dzext-cmpu.c1 int ltg(unsigned x) { return (((long long)x) < 0x100000000ULL) == 1; } in ltg() function
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_cssa.cpp387 emit_copies_block(Builder& bld, std::map<uint32_t, ltg_node>& ltg, RegType type) in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local