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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp611 uint64_t OutSize = Context.getTypeSize(OutTy); local
613 if (OutSize == InSize && InputDomain == OutputDomain &&
628 SmallerValueMentioned |= InSize < OutSize;
633 SmallerValueMentioned |= OutSize < InSize;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h882 /// OutSize specifies part of the frame set up prior to the sequence.
883 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, argument
888 getIntPtrConstant(OutSize, DL, true) };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp377 unsigned OutSize = OutVT.getSizeInBits();
378 if (WidenInSize % OutSize == 0) {
379 unsigned Scale = WidenInSize / OutSize;

Completed in 76 milliseconds