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

  /external/llvm/lib/VMCore/
Type.cpp 42 /// getScalarType - If this is a vector type, return the element type,
44 Type *Type::getScalarType() {
153 return getScalarType()->getPrimitiveSizeInBits();
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 226 /// getScalarType - If this is a vector type, return the element type,
228 MVT getScalarType() const {
611 /// getScalarType - If this is a vector type, return the element type,
613 EVT getScalarType() const {

Completed in 175 milliseconds