Searched refs:FBegin (Results 1 – 2 of 2) sorted by relevance
120 auto FBegin = I->begin(); in visit() local121 for (auto BI = FBegin, BE = I->end(); BI != BE; ++BI) { in visit()135 ReplInst->insertBefore(static_cast<Instruction*>(FBegin->begin())); in visit()
1108 auto FBegin = CI->getParent()->getParent()->begin()->getFirstInsertionPt(); in postProcessOCLBuiltinWithArrayArguments() local1113 auto Alloca = new AllocaInst(T, "", static_cast<Instruction*>(FBegin)); in postProcessOCLBuiltinWithArrayArguments()