Searched refs:ConstLHS (Results 1 – 2 of 2) sorted by relevance
485 if (ConstantInt *ConstLHS = dyn_cast<ConstantInt>(LHS)) { in CanTraceInto() local486 if (!ConstLHS->isNegative()) in CanTraceInto()
121 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap() local131 if (!IsBswapLHS && !ConstLHS) in SimplifyBSwap()140 Builder->getInt(ConstLHS->getValue().byteSwap()); in SimplifyBSwap()