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

  /external/clang/test/FixIt/
fixit.cpp 273 struct Shr {
274 template<typename T> Shr(T);
286 (Shr)&t<S<int>>>>=p; // expected-error {{use '> >'}}
289 //(Shr)&t<int>>>=p;
  /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...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 346 Shr, ///< Shift right (arithmetic or logical, depending on target)
426 return Create(Shr, LHS, RHS, Ctx);
  /external/clang/include/clang/AST/
StmtVisitor.h 123 BINOP_FALLBACK(Shr)
RecursiveASTVisitor.h 52 OPERATOR(Shr) \
65 OPERATOR(Shl) OPERATOR(Shr) OPERATOR(And) OPERATOR(Or) OPERATOR(Xor)
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 124 case MCBinaryExpr::Shr: OS << ">>"; break;
606 case MCBinaryExpr::Shr: Result = LHS >> RHS; break;
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 52 OPERATOR(Shr) \
65 OPERATOR(Shl) OPERATOR(Shr) OPERATOR(And) OPERATOR(Or) OPERATOR(Xor)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 471 HANDLEBINOP(Shr)
    [all...]
  /external/v8/src/
hydrogen-instructions.h 156 V(Shr) \
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 193 milliseconds