Searched refs:InputSize (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1478 uint64_t InputSize = getContext().getTypeSize(InputTy); local
1479 if (getContext().getTypeSize(OutputType) < InputSize) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2660 unsigned InputSize = LHSI->getOperand(0)->getType()->getScalarSizeInBits(); local
2665 ++InputSize;
2668 if ((int)InputSize > MantissaWidth)

Completed in 179 milliseconds