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 53 /// getFloatingPointVT - Returns the EVT that represents a floating point
56 static EVT getFloatingPointVT(unsigned BitWidth) {
57 return MVT::getFloatingPointVT(BitWidth);
MachineValueType.h 469 static MVT getFloatingPointVT(unsigned BitWidth) {

Completed in 1433 milliseconds