Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp4408 APFloat FValue(0.0); in found() local
4410 PromotedLHSType, FValue) && in found()
4411 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found()
4412 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17051 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
17054 if (!TValue || !FValue) in isSetCC()
17060 std::swap(TValue, FValue); in isSetCC()
17064 return TValue->isOne() && FValue->isZero(); in isSetCC()