Searched refs:WidthA (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2349 unsigned WidthA = TyA->getPrimitiveSizeInBits(), local
2353 if (WidthB > WidthA) {
2357 MulWidth = WidthA;
2475 if (WidthA < MulWidth)
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp621 int WidthA = 0, WidthB = 0; local
635 if (getMemOpBaseRegImmOfsWidth(MIa, BaseRegA, OffsetA, WidthA, TRI) &&
640 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1172 static bool offsetsDoNotOverlap(int WidthA, int OffsetA, argument
1176 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;

Completed in 297 milliseconds