• Home
  • Raw
  • Download

Lines Matching refs:IRBuilderTy

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()
2012 static Value *extractInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in extractInteger()
2035 static Value *insertInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *Old, in insertInteger()
2066 static Value *extractVector(IRBuilderTy &IRB, Value *V, unsigned BeginIndex, in extractVector()
2092 static Value *insertVector(IRBuilderTy &IRB, Value *Old, Value *V, in insertVector()
2196 IRBuilderTy IRB;
2272 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
2905 IRBuilderTy PtrBuilder(IRB); in visitPHINode()
3001 IRBuilderTy IRB;
3523 IRBuilderTy IRB(&AI); in presplitLoadsAndStores()