Searched refs:LengthTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 5063 llvm::IntegerType *LengthTy = in GetAddrOfConstantCFString() local 5069 LengthTy = Int32Ty; in GetAddrOfConstantCFString() 5071 LengthTy = IntPtrTy; in GetAddrOfConstantCFString() 5073 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5908 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 5912 SrcAlign, Length, LengthTy, ElemSz, isTC, in visitIntrinsicCall() 5926 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 5930 SrcAlign, Length, LengthTy, ElemSz, isTC, in visitIntrinsicCall() 5943 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 5947 LengthTy, ElemSz, isTC, in visitIntrinsicCall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5761 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 5765 SrcAlign, Length, LengthTy, ElemSz, isTC, in visitIntrinsicCall() 5779 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 5783 SrcAlign, Length, LengthTy, ElemSz, isTC, in visitIntrinsicCall() 5796 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 5800 LengthTy, ElemSz, isTC, in visitIntrinsicCall()
|