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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 52 /// getFloatingPointVT - Returns the EVT that represents a floating point
55 static EVT getFloatingPointVT(unsigned BitWidth) {
56 return MVT::getFloatingPointVT(BitWidth);
MachineValueType.h 486 static MVT getFloatingPointVT(unsigned BitWidth) {

Completed in 62 milliseconds