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

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

Completed in 130 milliseconds