Searched refs:ConstantFoldExtractValueInstruction (Results 1 - 8 of 8) sorted by relevance
/external/llvm/lib/IR/ |
H A D | ConstantFold.h | 41 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
|
H A D | ConstantFold.cpp | 870 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, function in class:llvm 877 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1));
|
H A D | Constants.cpp | 2100 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs))
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
H A D | ConstantFold.h | 42 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
|
H A D | ConstantFold.cpp | 885 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, function in class:llvm 902 return ConstantFoldExtractValueInstruction(CS->getOperand(Idxs[0]), 906 return ConstantFoldExtractValueInstruction(CA->getOperand(Idxs[0]), 909 return ConstantFoldExtractValueInstruction(CV->getOperand(Idxs[0]),
|
H A D | Constants.cpp | 1756 Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs);
|
/external/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 107 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
|
/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 3647 return ConstantFoldExtractValueInstruction(CAgg, Idxs);
|
Completed in 177 milliseconds