Searched defs:SrcElemTy (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ConstantFolding.cpp | 829 CastGEPIndices(Type * SrcElemTy,ArrayRef<Constant * > Ops,Type * ResultTy,GEPNoWrapFlags NW,std::optional<ConstantRange> InRange,const DataLayout & DL,const TargetLibraryInfo * TLI) CastGEPIndices() argument |
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ | ||
H A D | Execution.cpp | 1514 Type *SrcElemTy; in executeBitCastInst() local |
/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 532 Type *SrcElemTy = nullptr; member |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 2778 Type *SrcElemTy = SrcVecTy->getElementType(); createBitOrPointerCast() local |