HomeSort by relevance Sort by last modified time
    Searched refs:isPow2VectorType (Results 1 - 3 of 3) 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())
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 76 milliseconds