Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h440 bool IsAnd, bool RHSIsLogical);
H A DInstCombineAndOrXor.cpp2368 bool RHSIsLogical) { in reassociateBooleanAndOr() argument
2373 return RHSIsLogical ? Builder.CreateLogicalOp(Opcode, Res, Y) in reassociateBooleanAndOr()
2378 return RHSIsLogical ? Builder.CreateLogicalOp(Opcode, X, Res) in reassociateBooleanAndOr()