Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h773 /// ChangeToFPImmediate - Replace this operand with a new FP immediate operand
776 void ChangeToFPImmediate(const ConstantFP *FPImm, unsigned TargetFlags = 0);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp172 void MachineOperand::ChangeToFPImmediate(const ConstantFP *FPImm, in ChangeToFPImmediate() function in MachineOperand