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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp372 unsigned ToBits = ToType->getPrimitiveSizeInBits(); local
373 return FromBits > ToBits;
380 unsigned ToBits = ToVT.getSizeInBits(); local
381 return FromBits > ToBits;

Completed in 60 milliseconds