HomeSort by relevance Sort by last modified time
    Searched defs:AndRHS (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 357 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
362 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 445 milliseconds