Home
last modified time | relevance | path

Searched refs:FindValueInExprValueMap (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h312 Value *FindValueInExprValueMap(const SCEV *S, const Instruction *InsertPt);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h342 FindValueInExprValueMap(const SCEV *S, const Instruction *InsertPt);
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1629 Value *SCEVExpander::FindValueInExprValueMap(const SCEV *S, in FindValueInExprValueMap() function in SCEVExpander
1702 Value *V = FindValueInExprValueMap(S, InsertPt); in expand()
1918 if (Value *Val = FindValueInExprValueMap(S, At)) in findExistingExpansion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1697 SCEVExpander::FindValueInExprValueMap(const SCEV *S, in FindValueInExprValueMap() function in SCEVExpander
1788 ScalarEvolution::ValueOffsetPair VO = FindValueInExprValueMap(S, InsertPt); in expand()
2033 ScalarEvolution::ValueOffsetPair VO = FindValueInExprValueMap(S, At); in getRelatedExistingExpansion()