Searched defs:SimplifyOp (Results 1 – 2 of 2) sorted by relevance
1648 StatusOr<Literal> ValueInference::SimplifyOp(int64_t handle) { in SimplifyOp() function in xla::ValueInference
3547 auto SimplifyOp = [&](Value *Op, bool SelectCondIsTrue) -> Value * { in foldSelectICmp() local