Searched refs:FValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 4511 APFloat FValue(0.0); in found() local 4513 PromotedLHSType, FValue) && in found() 4514 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found() 4515 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found() 11334 APFloat FValue(0.0); in VisitCXXParenListOrInitListExpr() local 11336 DestTy, FValue)) in VisitCXXParenListOrInitListExpr() 11338 Result.getArrayInitializedElt(ArrayIndex) = APValue(FValue); in VisitCXXParenListOrInitListExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 19770 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local 19773 if (!TValue || !FValue) in isSetCC() 19779 std::swap(TValue, FValue); in isSetCC() 19783 return TValue->isOne() && FValue->isZero(); in isSetCC()
|