Searched defs:getFloatingPointVT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h52 /// getFloatingPointVT - Returns the EVT that represents a floating point
55 static EVT getFloatingPointVT(unsigned BitWidth) { function in struct:llvm::EVT
56 return MVT::getFloatingPointVT(BitWidth);
H A DMachineValueType.h545 static MVT getFloatingPointVT(unsigned BitWidth) { function in class:llvm::MVT

Completed in 65 milliseconds