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()
111 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap() local121 if (!IsBswapLHS && !ConstLHS) in SimplifyBSwap()130 Builder->getInt(ConstLHS->getValue().byteSwap()); in SimplifyBSwap()