Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp644 const APInt ConstE = PredR != NewCC ? *ConstD ^ *OldConstE : *OldConstE; in foldLogOpOfMaskedICmps() local
648 if (((*ConstB & *ConstD) & (ConstC ^ ConstE)).getBoolValue()) in foldLogOpOfMaskedICmps()
653 Constant *NewOr2 = ConstantInt::get(A->getType(), ConstC | ConstE); in foldLogOpOfMaskedICmps()