Searched refs:ConstFloat (Results 1 – 3 of 3) sorted by relevance
74 if (ConstantFP *ConstFloat = dyn_cast<ConstantFP>(&V)) { in canSafelyConvertTo16Bit() local77 APFloat FloatValue(ConstFloat->getValueAPF()); in canSafelyConvertTo16Bit()
277 def ConstFloat : Opcode { let Args = [ArgFloat]; }
1360 inline bool ConstFloat(InterpState &S, CodePtr OpPC, const Floating &F) { in ConstFloat() function