Searched defs:getReplacement (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Predicate.cpp | 368 StringRef SubstLeavesPred::getReplacement() const { getReplacement() function in SubstLeavesPred |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | BypassSlowDivision.cpp | 149 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { getReplacement() function in FastDivInsertionTask |
/llvm-project/clang/include/clang/AST/ | ||
H A D | TemplateName.h | 406 TemplateName getReplacement() const { return Replacement; } getReplacement() function |
H A D | ExprCXX.h | 4520 Expr *getReplacement() const { return cast<Expr>(Replacement); } getReplacement() function |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineLoadStoreAlloca.cpp | 360 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } getReplacement() function in PointerReplacer |