HomeSort by relevance Sort by last modified time
    Searched refs:isMinusOne (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 182 bool isMinusOne() const {
ubsan_handlers.cc 183 if (RHSVal.isMinusOne())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 65 bool isMinusOne() const { return isInt() && IntVal == -1; }
285 if (That.isMinusOne()) {
798 if (CE.isMinusOne() || CE.isMinusTwo())
804 if (!CE.isMinusOne() && !CE.isOne())
830 if (Coeff.isMinusOne() || Coeff.isOne()) {
831 NeedNeg = Coeff.isMinusOne();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 279 return C.Index->isOne() || C.Index->isMinusOne();
287 return ((C.Index->isOne() || C.Index->isMinusOne()) &&
InductiveRangeCheckElimination.cpp 727 if (StepCI->isOne() || StepCI->isMinusOne()) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 250 } else if (Pred == CmpInst::ICMP_SGT && Const->isMinusOne()) {
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 680 if (ConstStep && (ConstStep->isOne() || ConstStep->isMinusOne()))
703 // special handling for "isOne" and "isMinusOne".
710 getConstIntStepValue()->isMinusOne())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 173 bool isMinusOne() const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 198 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 214 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 214 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Constants.h 209 bool isMinusOne() const {
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 640 milliseconds

1 2 3 4 5