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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp640 /// foldLogOpOfMaskedICmps:
643 static Value* foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, function
736 if (Value *V = foldLogOpOfMaskedICmps(LHS, RHS, ICmpInst::ICMP_EQ, Builder))
1478 if (Value *V = foldLogOpOfMaskedICmps(LHS, RHS, ICmpInst::ICMP_NE, Builder))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp691 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, function
886 if (Value *V = foldLogOpOfMaskedICmps(LHS, RHS, true, Builder))
1791 if (Value *V = foldLogOpOfMaskedICmps(LHS, RHS, false, Builder))

Completed in 64 milliseconds