Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4476 APFloat FValue(0.0); in found() local
4478 PromotedLHSType, FValue) && in found()
4479 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found()
4480 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18606 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
18609 if (!TValue || !FValue) in isSetCC()
18615 std::swap(TValue, FValue); in isSetCC()
18619 return TValue->isOne() && FValue->isZero(); in isSetCC()