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

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h186 template<typename IRBuilderTy>
187 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &TD, User *GEP,
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp106 IRBuilderPrefixedInserter<true> > IRBuilderTy; typedef in namespace:__anon21669
109 IRBuilderPrefixedInserter<false> > IRBuilderTy; typedef in namespace:__anon21669
1044 IRBuilderTy PHIBuilder(&PN);
1066 IRBuilderTy PredBuilder(TI);
1123 IRBuilderTy IRB(&SI);
1160 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr,
1182 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL,
1220 static Value *getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL,
1290 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL,
1329 static Value *getAdjustedPtr(IRBuilderTy
[all...]
H A DLoopIdiomRecognize.cpp99 typedef IRBuilder<> IRBuilderTy; typedef in class:__anon21639::NclPopcountRecognize
129 CallInst *createPopcntIntrinsic(IRBuilderTy &IRB, Value *Val, DebugLoc DL);
509 IRBuilderTy Builder(PreCondBr);
614 CallInst *NclPopcountRecognize::createPopcntIntrinsic(IRBuilderTy &IRBuilder,

Completed in 247 milliseconds