Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp115 bool IsBswapLHS = (IntrLHS && IntrLHS->getIntrinsicID() == Intrinsic::bswap); in SimplifyBSwap() local
118 if (!IsBswapLHS && !IsBswapRHS) in SimplifyBSwap()
121 if (!IsBswapLHS && !ConstLHS) in SimplifyBSwap()
129 Value *NewLHS = IsBswapLHS ? IntrLHS->getOperand(0) : in SimplifyBSwap()