Searched refs:FPC (Results 1 – 6 of 6) sorted by relevance
1 setting FPC rounding mode to [-> near]3 setting FPC rounding mode to [-> zero]5 setting FPC rounding mode to [-> +inf]7 setting FPC rounding mode to [-> -inf]10 setting FPC rounding mode to [-> near]12 setting FPC rounding mode to [-> zero]14 setting FPC rounding mode to [-> +inf]16 setting FPC rounding mode to [-> -inf]19 setting FPC rounding mode to [-> near]21 setting FPC rounding mode to [-> zero][all …]
589 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local591 APFloat Val = FPC->getValueAPF(); in ConstantFoldCastInstruction()605 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local606 const APFloat &V = FPC->getValueAPF(); in ConstantFoldCastInstruction()618 return ConstantInt::get(FPC->getContext(), Val); in ConstantFoldCastInstruction()
2136 ConstantFPSDNode *FPC = dyn_cast<ConstantFPSDNode>(Src.getOperand(0)); in FoldOperand() local2137 float FloatValue = FPC->getValueAPF().convertToFloat(); in FoldOperand()2145 ImmValue = FPC->getValueAPF().bitcastToAPInt().getZExtValue(); in FoldOperand()
106 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable() argument
3076 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable() argument