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

  /external/llvm/include/llvm/MC/
MCExpr.h 429 AShr, ///< Arithmetic shift right.
510 return create(AShr, LHS, RHS, Ctx);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 92 case Instruction::AShr:
110 case Instruction::AShr:
518 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
522 return ReplaceInstUsesWith(SI, Builder->CreateOr(AShr, C1));
524 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 175 | AShr
    [all...]

Completed in 53 milliseconds