Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp485 if (ConstantInt *ConstLHS = dyn_cast<ConstantInt>(LHS)) { in CanTraceInto() local
486 if (!ConstLHS->isNegative()) in CanTraceInto()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp111 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap() local
121 if (!IsBswapLHS && !ConstLHS) in SimplifyBSwap()
130 Builder->getInt(ConstLHS->getValue().byteSwap()); in SimplifyBSwap()