Searched defs:RVal (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp375 Value *RVal = RI->getReturnValue(); local
376 if (!RVal) continue;
384 Type *T = RVal->getType();
392 Value *Params[] = {RVal};
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1040 SVal RVal; local
1042 RVal = state->getRawSVal(L.getValue(), E->getType());
1044 RVal = state->getSVal(L->getRegion());
1046 const MemRegion *RegionRVal = RVal.getAsRegion();
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2476 static bool isCompatibleIVType(Value *LVal, Value *RVal) { argument
2478 Type *RType = RVal->getType();

Completed in 549 milliseconds