Home
last modified time | relevance | path

Searched refs:LengthTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp5592 llvm::IntegerType *LengthTy = in GetAddrOfConstantCFString() local
5598 LengthTy = Int32Ty; in GetAddrOfConstantCFString()
5600 LengthTy = IntPtrTy; in GetAddrOfConstantCFString()
5602 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5962 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
5966 DAG.getAtomicMemcpy(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
5978 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
5982 DAG.getAtomicMemmove(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
5994 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
5998 DAG.getAtomicMemset(getRoot(), sdl, Dst, Val, Length, LengthTy, ElemSz, in visitIntrinsicCall()