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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Constants.cpp 119 return CV->getElementAsAPInt(0).isAllOnesValue();
145 return CV->getElementAsAPInt(0).isOneValue();
171 return CV->getElementAsAPInt(0).isMinSignedValue();
197 return !CV->getElementAsAPInt(0).isMinSignedValue();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Constants.h 608 APInt getElementAsAPInt(unsigned i) const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 3791 milliseconds