Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1335 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local
1349 if (!isSafeToLoadUnconditionally(FValue, LI->getType(), in isSafeSelectToSpeculate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4355 APFloat FValue(0.0); in found() local
4357 PromotedLHSType, FValue) && in found()
4358 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found()
4359 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13332 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
13335 if (!TValue || !FValue) in isSetCC()
13341 std::swap(TValue, FValue); in isSetCC()
13345 return TValue->isOne() && FValue->isNullValue(); in isSetCC()