HomeSort by: relevance | last modified time | path
    Searched defs:GetInsertPoint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 140 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
155 BasicBlock::iterator GetInsertPoint() const { return Point; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 656 auto GetInsertPoint = [this](Value *A, Value *B) {
698 Builder.SetInsertPoint(GetInsertPoint(Mul, Acc));
729 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS);
730 InsertAfter = GetInsertPoint(InsertAfter, Acc);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 179 BasicBlock::iterator GetInsertPoint() const { return InsertPt; }
272 return InsertPoint(GetInsertBlock(), GetInsertPoint());
277 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
375 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),

Completed in 51 milliseconds