Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp964 ConstantInt *AndC, *SmallC = nullptr, *BigC = nullptr; in foldAndOfICmps() local
971 BigC = LHSC; in foldAndOfICmps()
975 BigC = RHSC; in foldAndOfICmps()
978 if (SmallC && BigC) { in foldAndOfICmps()
979 unsigned BigBitSize = BigC->getType()->getBitWidth(); in foldAndOfICmps()
985 (Low & BigC->getValue()).isNullValue()) { in foldAndOfICmps()
987 APInt N = SmallC->getValue().zext(BigBitSize) | BigC->getValue(); in foldAndOfICmps()