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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp125 bool IsBswapLHS = (IntrLHS && IntrLHS->getIntrinsicID() == Intrinsic::bswap); local
128 if (!IsBswapLHS && !IsBswapRHS)
131 if (!IsBswapLHS && !ConstLHS)
139 Value *NewLHS = IsBswapLHS ? IntrLHS->getOperand(0) :

Completed in 88 milliseconds