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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 291 /// isPow2VectorType - Returns true if the given vector is a power of 2.
292 bool isPow2VectorType() const {
300 if (!isPow2VectorType()) {
MachineValueType.h 241 /// isPow2VectorType - Returns true if the given vector is a power of 2.
242 bool isPow2VectorType() const {
250 if (isPow2VectorType())

Completed in 398 milliseconds