HomeSort by relevance Sort by last modified time
    Searched defs:RVal (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ValueTrackingTest.cpp 258 auto *RVal =
260 EXPECT_EQ(ComputeNumSignBits(RVal, M->getDataLayout()), 1u);
283 auto *RVal =
285 auto Known = computeKnownBits(RVal, M->getDataLayout());
309 auto *RVal =
311 auto Known = computeKnownBits(RVal, M->getDataLayout());
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 393 Value *RVal = RI->getReturnValue();
394 if (!RVal) continue;
402 Type *T = RVal->getType();
411 Value *Params[] = {RVal};
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 384 Value *RVal = RI->getReturnValue();
385 if (!RVal) continue;
393 Type *T = RVal->getType();
402 Value *Params[] = {RVal};
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 439 milliseconds