Home
last modified time | relevance | path

Searched refs:RVal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp337 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local
338 if (!RVal) continue; in fixupFPReturnAndCall()
346 Type *T = RVal->getType(); in fixupFPReturnAndCall()
354 Value *Params[] = {RVal}; in fixupFPReturnAndCall()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1040 SVal RVal; in trackNullOrUndefValue() local
1042 RVal = state->getRawSVal(L.getValue(), E->getType()); in trackNullOrUndefValue()
1044 RVal = state->getSVal(L->getRegion()); in trackNullOrUndefValue()
1046 const MemRegion *RegionRVal = RVal.getAsRegion(); in trackNullOrUndefValue()
/external/clang/lib/AST/
DExprConstant.cpp2477 const LValue &LVal, APValue &RVal) { in handleLValueToRValueConversion() argument
2498 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal); in handleLValueToRValueConversion()
2505 return extractSubobject(Info, Conv, StrObj, LVal.Designator, RVal); in handleLValueToRValueConversion()
2510 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal); in handleLValueToRValueConversion()
2636 BinaryOperatorKind Opcode, const APValue &RVal) { in handleCompoundAssignment() argument
2647 RVal }; in handleCompoundAssignment()
3975 APValue RVal; in VisitCastExpr() local
3978 LVal, RVal)) in VisitCastExpr()
3980 return DerivedSuccess(RVal, E); in VisitCastExpr()
4000 APValue RVal; in VisitUnaryPostIncDec() local
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp875 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local
888 ExpandUnalignedLoad(cast<LoadSDNode>(Node), DAG, TLI, RVal, RChain); in LegalizeLoadOps()
893 SDValue Res = TLI.LowerOperation(RVal, DAG); in LegalizeLoadOps()
895 RVal = Res; in LegalizeLoadOps()
908 RVal = DAG.getNode(ISD::BITCAST, dl, VT, Res); in LegalizeLoadOps()
914 assert(RVal.getNode() != Node && "Load must be completely replaced"); in LegalizeLoadOps()
915 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2395 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType() argument
2397 Type *RType = RVal->getType(); in isCompatibleIVType()