HomeSort by relevance Sort by last modified time
    Searched refs:Upgraded (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 146 // upgraded form of the intrinsic. We should perhaps have two separate
153 bool Upgraded = UpgradeIntrinsicFunction1(F, NewFn);
160 return Upgraded;
169 // upgraded intrinsic. All argument and return casting must be provided in
326 // Clean up the old call now that it has been completely upgraded.
  /external/llvm/lib/IR/
AutoUpgrade.cpp 400 // upgraded form of the intrinsic. We should perhaps have two separate
407 bool Upgraded = UpgradeIntrinsicFunction1(F, NewFn);
408 assert(F != NewFn && "Intrinsic function upgraded to the same function");
415 return Upgraded;
    [all...]

Completed in 200 milliseconds