Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp647 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
649 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
664 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
669 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
680 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1022 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
1027 getIntPtrConstant(OutSize, DL, true) };
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp466 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
467 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()
468 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()