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

/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h552 static MVT getFloatingPointVT(unsigned BitWidth) { function
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);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h300 static MVT getFloatingPointVT(unsigned BitWidth) { function in class:llvm::MVT
402 /// getFloatingPointVT - Returns the EVT that represents a floating point
405 static EVT getFloatingPointVT(unsigned BitWidth) { function in struct:llvm::EVT
406 return MVT::getFloatingPointVT(BitWidth);

Completed in 6286 milliseconds