Home
last modified time | relevance | path

Searched refs:ConstantFold (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5087 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function
5139 } else if (Constant *C = ConstantFold(&I, DL, ConstantPool)) { in GetCaseResults()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile683 SRCS_MIN+= IR/ConstantFold.cpp