Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCMakeLists.txt10 ConstantFold.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMIR/
H A DMakefile19 ConstantFold.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/IR/
H A DBUILD.gn25 "ConstantFold.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5212 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function
5264 } else if (Constant *C = ConstantFold(&I, DL, ConstantPool)) { in GetCaseResults()