Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmtAsm.cpp451 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local
452 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
467 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
472 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp1440 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); in SimplifySetCC() local
1445 C1.getBitWidth() - InSize))) { in SimplifySetCC()
1480 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
HDLegalizeVectorTypes.cpp2355 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local
2357 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()
2362 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()