Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas106 FValue: String;
370 FValue: Pointer;
443 FValue := AValue;
448 Result := FValue;
453 FValue := Value;
458 Result := FValue;
936 IInterface(FEntries[I].FValue) := nil;
945 Exit(Integer(FEntries[I].FValue));
955 Exit(IInterface(FEntries[I].FValue));
971 FEntries[I].FValue := Pointer(Value);
[all …]
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas118 FValue: String;
126 Result := FValue;
131 FValue := V;
139 Foo.Value := FValue;
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1249 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local
1262 if (!isSafeToLoadUnconditionally(FValue, LI->getAlignment(), DL, LI)) in isSafeSelectToSpeculate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1333 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local
1347 if (!isSafeToLoadUnconditionally(FValue, LI->getType(), in isSafeSelectToSpeculate()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp1335 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local
1349 if (!isSafeToLoadUnconditionally(FValue, LI->getType(), in isSafeSelectToSpeculate()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8287 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
8290 if (!TValue || !FValue) in isSetCC()
8296 std::swap(TValue, FValue); in isSetCC()
8300 return TValue->isOne() && FValue->isNullValue(); in isSetCC()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4350 APFloat FValue(0.0); in found() local
4352 PromotedLHSType, FValue) && in found()
4353 handleFloatFloatBinOp(Info, E, FValue, Opcode, RHS.getFloat()) && in found()
4354 HandleFloatToIntCast(Info, E, PromotedLHSType, FValue, SubobjType, in found()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10592 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
10595 if (!TValue || !FValue) in isSetCC()
10601 std::swap(TValue, FValue); in isSetCC()
10605 return TValue->isOne() && FValue->isNullValue(); in isSetCC()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12698 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local
12701 if (!TValue || !FValue) in isSetCC()
12707 std::swap(TValue, FValue); in isSetCC()
12711 return TValue->isOne() && FValue->isNullValue(); in isSetCC()