Searched refs:ICmpSGE (Results 1 – 2 of 2) sorted by relevance
318 llvm::Value* ICmpSGE(Args&&... args) { in ICmpSGE() function
293 auto cmp = ICmpSGE(operand_value, GetZero(type)); in EmitIntegerUnaryOp()2011 And(slice_intersection, ICmpSGE(index[i], slice_start_multi_index[i]), in EmitElementalDynamicUpdateSlice()2063 in_bounds = And(in_bounds, ICmpSGE(multi_index[i], index_typed_const(0)), in EmitElementalPad()