Searched refs:IRBuilderTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 187 template <typename IRBuilderTy> 188 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP,
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 110 using IRBuilderTy = llvm::IRBuilder<ConstantFolder, IRBuilderPrefixedInserter>; typedef 1195 IRBuilderTy PHIBuilder(&PN); in speculatePHINodeLoads() 1219 IRBuilderTy PredBuilder(TI); in speculatePHINodeLoads() 1272 IRBuilderTy IRB(&SI); in speculateSelectInstLoads() 1312 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, in buildGEP() 1335 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithType() 1379 static Value *getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPRecursively() 1453 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithOffset() 1493 static Value *getAdjustedPtr(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, in getAdjustedPtr() 1656 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue() [all …]
|