Searched defs:sge (Results 1 – 2 of 2) sorted by relevance
1146 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function1154 bool sge(uint64_t RHS) const { return sge(APInt(getBitWidth(), RHS)); } in sge() function
2089 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()