Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2946 auto ComputeTable = [&](bool Op0Val, bool Op1Val) { in foldICmpAddConstant() local
2955 Table[0] = ComputeTable(false, false); in foldICmpAddConstant()
2956 Table[1] = ComputeTable(false, true); in foldICmpAddConstant()
2957 Table[2] = ComputeTable(true, false); in foldICmpAddConstant()
2958 Table[3] = ComputeTable(true, true); in foldICmpAddConstant()