Searched refs:InSize (Results 1 – 3 of 3) sorted by relevance
451 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local452 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()467 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()472 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
1440 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); in SimplifySetCC() local1445 C1.getBitWidth() - InSize))) { in SimplifySetCC()1480 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
2355 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local2357 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()2362 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()