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 308 /// isPow2VectorType - Returns true if the given vector is a power of 2.
309 bool isPow2VectorType() const {
317 if (!isPow2VectorType()) {
MachineValueType.h 283 /// isPow2VectorType - Returns true if the given vector is a power of 2.
284 bool isPow2VectorType() const {
292 if (isPow2VectorType())

Completed in 104 milliseconds