reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
115099 return Imm.isExactlyValue(+0.0);
gen/lib/Target/AArch64/AArch64GenGlobalISel.inc 801 return Imm.isExactlyValue(+0.0);
gen/lib/Target/X86/X86GenDAGISel.inc254446 return Imm.isExactlyValue(+0.0); 254453 return Imm.isExactlyValue(+1.0); 254460 return Imm.isExactlyValue(-0.0); 254467 return Imm.isExactlyValue(-1.0);gen/lib/Target/X86/X86GenGlobalISel.inc
715 return Imm.isExactlyValue(+0.0); 722 return Imm.isExactlyValue(+1.0); 729 return Imm.isExactlyValue(-0.0); 736 return Imm.isExactlyValue(-1.0);include/llvm/CodeGen/SelectionDAGNodes.h
1649 return Value->getValueAPF().isExactlyValue(V);
lib/CodeGen/SelectionDAG/DAGCombiner.cpp12722 if ((VT == MVT::f32 && ExponentC->getValueAPF().isExactlyValue(1.0f/3.0f)) || 12723 (VT == MVT::f64 && ExponentC->getValueAPF().isExactlyValue(1.0/3.0))) { 12749 bool ExponentIs025 = ExponentC->getValueAPF().isExactlyValue(0.25); 12750 bool ExponentIs075 = ExponentC->getValueAPF().isExactlyValue(0.75);lib/CodeGen/SelectionDAG/SelectionDAG.cpp
7174 if (YC->getValueAPF().isExactlyValue(1.0))
lib/Target/AArch64/AArch64InstructionSelector.cpp 1517 if (I.getOperand(1).getFPImm()->getValueAPF().isExactlyValue(0.0))
lib/Transforms/Utils/SimplifyLibCalls.cpp1599 (!ExpoF->isExactlyValue(0.5) && !ExpoF->isExactlyValue(-0.5))) 1599 (!ExpoF->isExactlyValue(0.5) && !ExpoF->isExactlyValue(-0.5)))