Searched refs:FValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1336 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local 1350 if (!isSafeToLoadUnconditionally(FValue, LI->getType(), in isSafeSelectToSpeculate()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4358 APFloat FValue(0.0); in found() local 4360 PromotedLHSType, FValue) && in found() 4361 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found() 4362 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13749 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local 13752 if (!TValue || !FValue) in isSetCC() 13758 std::swap(TValue, FValue); in isSetCC() 13762 return TValue->isOne() && FValue->isNullValue(); in isSetCC()
|