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