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

  /external/llvm/unittests/VMCore/
ConstantsTest.cpp 60 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One));
  /external/llvm/include/llvm/Support/
ConstantFolder.h 81 return ConstantExpr::getLShr(LHS, RHS, isExact);
TargetFolder.h 94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 315 Res = ConstantExpr::getLShr(Res,
    [all...]
Constants.cpp     [all...]
Core.cpp 890 return wrap(ConstantExpr::getLShr(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 204 Constant *Elt = ConstantExpr::getLShr(Src,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 119 milliseconds