Home
last modified time | relevance | path

Searched defs:ToSize (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp300 uint8_t *To, size_t ToSize) { in CopyPartOf()
315 uint8_t *To, size_t ToSize, in InsertPartOf()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp639 unsigned ToSize = MRI.getType(I.getOperand(0).getReg()).getSizeInBits(); in select() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1516 DIExpression::ExtOps DIExpression::getExtOps(unsigned FromSize, unsigned ToSize, in getExtOps()
1525 unsigned FromSize, unsigned ToSize, in appendExt()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1167 int ToSize = getSizeOf(ToSTy); in rescale() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp737 unsigned ToSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in libcall() local
752 unsigned ToSize = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in libcall() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp2160 uint64_t ToSize = Context.getTypeSize(PromoteTypes[Idx]); in IsIntegralPromotion() local
2192 llvm::APSInt ToSize(BitWidth->getBitWidth(), BitWidth->isUnsigned()); in IsIntegralPromotion() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6418 uint64_t ToSize = getTypeSize(PromoteTypes[Idx]); in getPromotedIntegerType() local