HomeSort by: relevance | last modified time | path
    Searched refs:ConstantFoldInsertValueInstruction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.h 44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
ConstantFold.cpp 1027 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg,
1046 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1));
Constants.cpp 2622 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ConstantFolding.h 100 /// ConstantFoldInsertValueInstruction - Attempt to constant fold an insertvalue
103 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 4378 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs);

Completed in 27 milliseconds