Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5272 static Constant *foldConstant(Instruction::UnaryOps Opcode, Value *&Op, in foldConstant() function
5283 if (Constant *C = foldConstant(Instruction::FNeg, Op, Q)) in simplifyFNegInst()
5490 return foldConstant(Instruction::FNeg, Op1, Q); in simplifyFSubInst()