Searched refs:createLogicFromTable (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 3050 static Value *createLogicFromTable(const std::bitset<4> &Table, Value *Op0, in createLogicFromTable() function 3133 if (auto *Cond = createLogicFromTable(Table, A, B, Builder, BO->hasOneUse())) in foldICmpBinOpWithConstantViaTruthTable() 3170 createLogicFromTable(Table, Op0, Op1, Builder, Add->hasOneUse())) in foldICmpAddConstant()
|