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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 600 Instruction *Shr = cast<Instruction>(I->getOperand(0));
601 Value *R = SimplifyShrShlDemandedBits(Shr, I, DemandedMask,
657 // always convert this into a logical shr, even if the shift amount is
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 274 struct Shr {
275 template<typename T> Shr(T);
287 (Shr)&t<S<int>>>>=p; // expected-error {{use '> >'}}
290 //(Shr)&t<int>>>=p;
  /external/llvm/include/llvm/MC/
MCExpr.h 378 Shr, ///< Shift right (arithmetic or logical, depending on target)
458 return Create(Shr, LHS, RHS, Ctx);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 170 milliseconds