Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4756 APFloat FValue(0.0); in found() local
4758 PromotedLHSType, FValue) && in found()
4759 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found()
4760 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
11866 APFloat FValue(0.0); in VisitCXXParenListOrInitListExpr() local
11868 DestTy, FValue)) in VisitCXXParenListOrInitListExpr()
11870 Result.getArrayInitializedElt(ArrayIndex) = APValue(FValue); in VisitCXXParenListOrInitListExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20481 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
20484 if (!TValue || !FValue) in isSetCC()
20490 std::swap(TValue, FValue); in isSetCC()
20494 return TValue->isOne() && FValue->isZero(); in isSetCC()