Searched refs:ConstantFoldConstantImpl (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1113 ConstantFoldConstantImpl(const Constant *C, const DataLayout &DL, in ConstantFoldConstantImpl() function 1128 NewC = ConstantFoldConstantImpl(OldC, DL, TLI, FoldedOps); in ConstantFoldConstantImpl() 1170 C = ConstantFoldConstantImpl(C, DL, TLI, FoldedOps); in ConstantFoldInstruction() 1192 Op = ConstantFoldConstantImpl(Op, DL, TLI, FoldedOps); in ConstantFoldInstruction() 1218 return ConstantFoldConstantImpl(C, DL, TLI, FoldedOps); in ConstantFoldConstant()
|