Searched refs:FValue (Results 1 – 6 of 6) sorted by relevance
106 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 …]
118 FValue: String;126 Result := FValue;131 FValue := V;139 Foo.Value := FValue;
1310 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local1323 if (!isSafeToLoadUnconditionally(FValue, LI->getAlignment(), DL, LI)) in isSafeSelectToSpeculate()
1249 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local1262 if (!isSafeToLoadUnconditionally(FValue, LI->getAlignment(), DL, LI)) in isSafeSelectToSpeculate()
8287 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local8290 if (!TValue || !FValue) in isSetCC()8296 std::swap(TValue, FValue); in isSetCC()8300 return TValue->isOne() && FValue->isNullValue(); in isSetCC()
9452 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local9455 if (!TValue || !FValue) in isSetCC()9461 std::swap(TValue, FValue); in isSetCC()9465 return TValue->isOne() && FValue->isNullValue(); in isSetCC()