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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.h 42 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
ConstantFold.cpp 1015 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg,
1022 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1));
Constants.cpp 2646 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ConstantFolding.h 109 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 4446 return ConstantFoldExtractValueInstruction(CAgg, Idxs);

Completed in 89 milliseconds