Searched refs:FValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1309 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local 1322 if (!isSafeToLoadUnconditionally(FValue, LI->getAlignment(), DL, LI)) in isSafeSelectToSpeculate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3457 APFloat FValue(0.0); in found() local 3459 FValue) && in found() 3460 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found() 3461 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9696 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local 9699 if (!TValue || !FValue) in isSetCC() 9705 std::swap(TValue, FValue); in isSetCC() 9709 return TValue->isOne() && FValue->isNullValue(); in isSetCC()
|