Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1122 bool ConstantFold = true);
1125 bool ConstantFold = true);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5879 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function
5926 } else if (Constant *C = ConstantFold(&I, DL, ConstantPool)) { in getCaseResults()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2031 bool ConstantFold) { in getVScale() argument
2038 if (ConstantFold) { in getVScale()
2050 bool ConstantFold) { in getElementCount() argument
/freebsd/lib/clang/libllvm/
H A DMakefile816 SRCS_MIN+= IR/ConstantFold.cpp