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 358 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
363 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]

Completed in 52 milliseconds