Home
last modified time | relevance | path

Searched defs:KnownConstants (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h128 ConstMap KnownConstants; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp151 static Constant *findConstantFor(Value *V, ConstMap &KnownConstants) { in findConstantFor()