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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 59 /// getIntegerVT - Returns the EVT that represents an integer with the given
61 static EVT getIntegerVT(LLVMContext &Context, unsigned BitWidth) {
62 MVT M = MVT::getIntegerVT(BitWidth);
85 MVT IntTy = MVT::getIntegerVT(BitWidth);
100 return MVT::getIntegerVT(getSizeInBits());
281 return getIntegerVT(Context, 1 << Log2_32_Ceil(BitWidth));
297 return getIntegerVT(Context, (EVTSize + 1) / 2);
304 EltVT = EVT::getIntegerVT(Context, 2 * EltVT.getSizeInBits());
MachineValueType.h 562 static MVT getIntegerVT(unsigned BitWidth) {

Completed in 74 milliseconds