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

  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 242 Value *AndRHS = CmpBO->getOperand(1);
244 const SCEV *AndRHSSCEV = SE->getSCEV(AndRHS);
246 std::swap(AndLHS, AndRHS);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 388 ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
393 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 170 milliseconds