Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp415 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() argument
416 if (!C1I.isNullValue() && !C2I.isNullValue()) // One side must be zero. in isSelect01()
419 C2I.isOneValue() || C2I.isAllOnesValue(); in isSelect01()