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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 95 case Instruction::AShr:
113 case Instruction::AShr:
465 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
469 return ReplaceInstUsesWith(SI, Builder->CreateOr(AShr, C1));
471 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue());
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 405 AShr, ///< Arithmetic shift right.
486 return create(AShr, LHS, RHS, Ctx);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 92 case Instruction::AShr:
110 case Instruction::AShr:
529 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
533 return replaceInstUsesWith(SI, Builder->CreateOr(AShr, C1));
535 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue());
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 196 AShr Opcode = C.LLVMAShr
    [all...]

Completed in 453 milliseconds