Home
last modified time | relevance | path

Searched defs:SimplifyOp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dvalue_inference.cc1648 StatusOr<Literal> ValueInference::SimplifyOp(int64_t handle) { in SimplifyOp() function in xla::ValueInference
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3547 auto SimplifyOp = [&](Value *Op, bool SelectCondIsTrue) -> Value * { in foldSelectICmp() local