Searched refs:FValue (Results 1 – 4 of 4) 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;
1477 Value *FValue = SI.getFalseValue(); in isSafeSelectToSpeculate() local1480 bool FDerefable = FValue->isDereferenceablePointer(DL); in isSafeSelectToSpeculate()1494 !isSafeToLoadUnconditionally(FValue, LI, LI->getAlignment())) in isSafeSelectToSpeculate()
7553 ConstantSDNode *FValue = dyn_cast<ConstantSDNode>(Op.getOperand(1)); in isSetCC() local7556 if (!TValue || !FValue) in isSetCC()7562 std::swap(TValue, FValue); in isSetCC()7566 return TValue->isOne() && FValue->isNullValue(); in isSetCC()