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