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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h733 /// ChangeToFPImmediate - Replace this operand with a new FP immediate operand
736 void ChangeToFPImmediate(const ConstantFP *FPImm);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp165 void MachineOperand::ChangeToFPImmediate(const ConstantFP *FPImm) { function in class:MachineOperand

Completed in 101 milliseconds