Searched refs:IsBswapLHS (Results 1 – 1 of 1) sorted by relevance
115 bool IsBswapLHS = (IntrLHS && IntrLHS->getIntrinsicID() == Intrinsic::bswap); in SimplifyBSwap() local118 if (!IsBswapLHS && !IsBswapRHS) in SimplifyBSwap()121 if (!IsBswapLHS && !ConstLHS) in SimplifyBSwap()129 Value *NewLHS = IsBswapLHS ? IntrLHS->getOperand(0) : in SimplifyBSwap()