Searched defs:foldSelectICmpAnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp587 /// foldSelectICmpAnd - If one of the constants is zero (we know they can't
591 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, function
722 if (Value *V = foldSelectICmpAnd(SI, TrueValC, FalseValC, Builder))

Completed in 355 milliseconds