Searched refs:FoldLogicalPlusAnd (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h554 Value *FoldLogicalPlusAnd(Value *LHS, Value *RHS, ConstantInt *Mask,
H A DInstCombineAndOrXor.cpp368 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS, function in class:InstCombiner
1307 if (Value *V = FoldLogicalPlusAnd(Op0LHS, Op0RHS, AndRHS, false, I))
1309 if (Value *V = FoldLogicalPlusAnd(Op0RHS, Op0LHS, AndRHS, false, I))
1317 if (Value *V = FoldLogicalPlusAnd(Op0LHS, Op0RHS, AndRHS, true, I))

Completed in 120 milliseconds