Home
last modified time | relevance | path

Searched refs:ICmpSGE (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h341 llvm::Value* ICmpSGE(Args&&... args) { in ICmpSGE() function
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc321 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()