Searched defs:InputSize (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 314 size_t InputSize = input.size(); // don't include trailing 0 Parse() local
|
/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 356 size_t InputSize = SigInputElements.Stride * InputCount; in parse() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1242 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument 1248 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument
|
H A D | StringExtras.h | 252 size_t InputSize = Input.size(); tryGetFromHex() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 5134 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument 5145 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2760 uint64_t InputSize = getContext().getTypeSize(InputTy); EmitAsmStmt() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 14963 int InputSize = Input.getValueType().getScalarSizeInBits(); combineBVOfVecSExt() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 17783 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; FoldIntToFPToInt() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11922 unsigned InputSize = Sources[S].Vec.getScalarValueSizeInBits(); ReconstructShuffle() local [all...] |