Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h216 static bool shouldAvoidAbsorbingNotIntoSelect(const SelectInst &SI) { in shouldAvoidAbsorbingNotIntoSelect() function
280 if (shouldAvoidAbsorbingNotIntoSelect(*cast<SelectInst>(I))) in canFreelyInvertAllUsersOf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3130 !InstCombiner::shouldAvoidAbsorbingNotIntoSelect(SI)) { in visitSelectInst()