Searched refs:IRBuilderTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h186 template<typename IRBuilderTy>
187 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &TD, User *GEP,
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp106 IRBuilderPrefixedInserter<true> > IRBuilderTy; typedef in namespace:__anon2814
109 IRBuilderPrefixedInserter<false> > IRBuilderTy; typedef in namespace:__anon2814
1074 IRBuilderTy PHIBuilder(&PN);
1096 IRBuilderTy PredBuilder(TI);
1153 IRBuilderTy IRB(&SI);
1190 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr,
1212 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL,
1250 static Value *getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL,
1320 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL,
1359 static Value *getAdjustedPtr(IRBuilderTy
[all...]
H A DLoopIdiomRecognize.cpp99 typedef IRBuilder<> IRBuilderTy; typedef in class:__anon2782::NclPopcountRecognize
129 CallInst *createPopcntIntrinsic(IRBuilderTy &IRB, Value *Val, DebugLoc DL);
509 IRBuilderTy Builder(PreCondBr);
614 CallInst *NclPopcountRecognize::createPopcntIntrinsic(IRBuilderTy &IRBuilder,

Completed in 107 milliseconds