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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp315 uint64_t InSize = Context.getTypeSize(InTy); local
316 if (OutSize == InSize && InputDomain == OutputDomain &&
331 SmallerValueMentioned |= InSize < OutSize;
336 SmallerValueMentioned |= OutSize < InSize;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1881 unsigned InSize = InVT.getSizeInBits(); local
1883 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) {
1888 unsigned NewNumElts = WidenSize / InSize;
H A DTargetLowering.cpp1297 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); local
1302 C1.getBitWidth() - InSize))) {
1336 DAG.getConstant(C1.trunc(InSize), newVT),

Completed in 112 milliseconds