Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1146 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function
1154 bool sge(uint64_t RHS) const { return sge(APInt(getBitWidth(), RHS)); } in sge() function
/external/valgrind/exp-sgcheck/
Dsg_main.c2089 static IRTemp gen_Get_SP ( struct _SGEnv* sge, in gen_Get_SP()
2107 static IRTemp gen_Get_FP ( struct _SGEnv* sge, in gen_Get_FP()
2125 static void instrument_mem_access ( struct _SGEnv* sge, in instrument_mem_access()