Searched defs:IRBuilderTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp98 typedef IRBuilder<> IRBuilderTy; typedef in class:__anon26291::NclPopcountRecognize
128 CallInst *createPopcntIntrinsic(IRBuilderTy &IRB, Value *Val, DebugLoc DL);
507 IRBuilderTy Builder(PreCondBr);
610 CallInst *NclPopcountRecognize::createPopcntIntrinsic(IRBuilderTy &IRBuilder,
H A DSROA.cpp124 IRBuilderPrefixedInserter<true> > IRBuilderTy; typedef in namespace:__anon26324
127 IRBuilderPrefixedInserter<false> > IRBuilderTy; typedef in namespace:__anon26324
1147 IRBuilderTy PHIBuilder(&PN);
1169 IRBuilderTy PredBuilder(TI);
1226 IRBuilderTy IRB(&SI);
1263 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr,
1285 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL,
1329 static Value *getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL,
1402 static Value *getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL,
1442 static Value *getAdjustedPtr(IRBuilderTy
[all...]

Completed in 81 milliseconds