Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h352 Value *FoldLogicalPlusAnd(Value *LHS, Value *RHS, ConstantInt *Mask,
DInstCombineAndOrXor.cpp407 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS, in FoldLogicalPlusAnd() function in InstCombiner
1084 if (Value *V = FoldLogicalPlusAnd(Op0LHS, Op0RHS, AndRHS, false, I)) in visitAnd()
1086 if (Value *V = FoldLogicalPlusAnd(Op0RHS, Op0LHS, AndRHS, false, I)) in visitAnd()
1094 if (Value *V = FoldLogicalPlusAnd(Op0LHS, Op0RHS, AndRHS, true, I)) in visitAnd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h560 Value *FoldLogicalPlusAnd(Value *LHS, Value *RHS, ConstantInt *Mask,
DInstCombineAndOrXor.cpp358 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS, in FoldLogicalPlusAnd() function in InstCombiner
1365 if (Value *V = FoldLogicalPlusAnd(Op0LHS, Op0RHS, AndRHS, false, I)) in visitAnd()
1367 if (Value *V = FoldLogicalPlusAnd(Op0RHS, Op0LHS, AndRHS, false, I)) in visitAnd()
1375 if (Value *V = FoldLogicalPlusAnd(Op0LHS, Op0RHS, AndRHS, true, I)) in visitAnd()