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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h60 /// getIntegerVT - Returns the EVT that represents an integer with the given
62 static EVT getIntegerVT(LLVMContext &Context, unsigned BitWidth) { function in struct:llvm::EVT
63 MVT M = MVT::getIntegerVT(BitWidth);
86 MVT IntTy = MVT::getIntegerVT(BitWidth);
264 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth));
280 return getIntegerVT(Context, (EVTSize + 1) / 2);
287 EltVT = EVT::getIntegerVT(Context, 2 * EltVT.getSizeInBits());
H A DMachineValueType.h486 static MVT getIntegerVT(unsigned BitWidth) { function in class:llvm::MVT

Completed in 361 milliseconds