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

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

Completed in 75 milliseconds