Home
last modified time | relevance | path

Searched refs:ConstantFoldUnaryOpOperand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstantFolding.h80 Constant *ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1056 return ConstantFoldUnaryOpOperand(Opcode, Ops[0], DL); in ConstantFoldInstOperandsImpl()
1315 Constant *llvm::ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op, in ConstantFoldUnaryOpOperand() function in llvm
H A DInstructionSimplify.cpp4764 return ConstantFoldUnaryOpOperand(Opcode, C, Q.DL); in foldConstant()