Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp5756 llvm::IntegerType *LengthTy = in GetAddrOfConstantCFString() local
5762 LengthTy = Int32Ty; in GetAddrOfConstantCFString()
5764 LengthTy = IntPtrTy; in GetAddrOfConstantCFString()
5766 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6030 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6034 DAG.getAtomicMemcpy(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
6046 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6050 DAG.getAtomicMemmove(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
6062 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6066 DAG.getAtomicMemset(getRoot(), sdl, Dst, Val, Length, LengthTy, ElemSz, in visitIntrinsicCall()