Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp190 static bool isSelect01(Constant *C1, Constant *C2) { in isSelect01() function
225 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) { in FoldSelectIntoOp()
260 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) { in FoldSelectIntoOp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp214 static bool isSelect01(Constant *C1, Constant *C2) { in isSelect01() function
249 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) { in FoldSelectIntoOp()
279 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) { in FoldSelectIntoOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp365 static bool isSelect01(const APInt &C1I, const APInt &C2I) { in isSelect01() function
395 if (!isa<Constant>(OOp) || (OOpIsAPInt && isSelect01(CI, *OOpC))) { in foldSelectIntoOp()
426 if (!isa<Constant>(OOp) || (OOpIsAPInt && isSelect01(CI, *OOpC))) { in foldSelectIntoOp()