Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp640 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
642 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
657 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
662 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h919 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
924 getIntPtrConstant(OutSize, DL, true) };
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp418 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
419 if (WidenInSize % OutSize == 0) { in PromoteIntRes_BITCAST()
420 unsigned Scale = WidenInSize / OutSize; in PromoteIntRes_BITCAST()