Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFixedPointBuilder.h32 template <class IRBuilderTy> class FixedPointBuilder {
33 IRBuilderTy &B;
136 FixedPointBuilder(IRBuilderTy &Builder) : B(Builder) {} in FixedPointBuilder()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DSROA.cpp247 using IRBuilderTy = IRBuilder<ConstantFolder, IRBuilderPrefixedInserter>; typedef
1367 static void speculatePHINodeLoads(IRBuilderTy &IRB, PHINode &PN) { in speculatePHINodeLoads()
1512 IRBuilderTy &IRB) { in speculateSelectInstLoads()
1629 IRBuilderTy &IRB, DomTreeUpdater *DTU) { in rewriteSelectInstMemOps()
1663 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, in buildGEP()
1689 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithType()
1739 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, in getNaturalGEPWithOffset()
1779 static Value *getAdjustedPtr(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, in getAdjustedPtr()
1966 static Value *convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in convertValue()
2382 static Value *extractInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *V, in extractInteger()
[all …]