HomeSort by relevance Sort by last modified time
    Searched refs:OldVal (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/llvm/lib/IR/
Use.cpp 24 Value *OldVal = Val;
33 if (OldVal) {
34 RHS.Val = OldVal;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 298 MDNode *OldVal = get();
299 assert(OldVal != NewVa && "Node replaced with self?");
303 assert(Ctx->ScopeRecordIdx[OldVal] == Idx && "Mapping out of date!");
304 Ctx->ScopeRecordIdx.erase(OldVal);
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 142 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal,
158 << Value(Data->Type, OldVal) << Data->Type;
161 << Value(Data->Type, OldVal) << Data->Type;
165 ValueHandle OldVal) {
167 handleNegateOverflowImpl(Data, OldVal, Opts);
170 ValueHandle OldVal) {
172 handleNegateOverflowImpl(Data, OldVal, Opts);
ubsan_handlers.h 57 RECOVERABLE(negate_overflow, OverflowData *Data, ValueHandle OldVal)
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 272 bool OldVal;
275 : P(p), OldVal(P.ColonIsSacred) {
282 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
RAIIObjectsForParser.h 273 bool OldVal;
276 : P(p), OldVal(P.ColonIsSacred) {
283 P.ColonIsSacred = OldVal;
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 188 Value *OldVal = U.get();
189 if (OldVal != V && OldVal->hasValueHandle())
190 ValueHandleBase::ValueIsRAUWd(OldVal, V);
Local.cpp 685 /// Select between \p OldVal any value that we know flows from \p BB
689 /// \param OldVal The value we are considering selecting.
695 static Value *selectIncomingValueForBlock(Value *OldVal, BasicBlock *BB,
697 if (!isa<UndefValue>(OldVal)) {
699 IncomingValues.find(BB)->second == OldVal) &&
700 "Expected OldVal to match incoming value from BB!");
702 IncomingValues.insert(std::make_pair(BB, OldVal));
703 return OldVal;
709 return OldVal;
761 Value *OldVal = PN->removeIncomingValue(BB, false)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 125 Value *OldVal = new LoadInst(ElementPtr, "OldFuncCounter", InsertPos);
126 Value *NewVal = BinaryOperator::Create(Instruction::Add, OldVal,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 145 void *OldVal;
150 OldVal = 0;
152 OldVal = I->second;
156 GlobalAddressReverseMap.erase(OldVal);
157 return OldVal;
206 void *OldVal = CurVal;
219 return OldVal;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 602 Value *OldVal = PN->removeIncomingValue(BB, false);
603 assert(OldVal && "No entry in PHI for Pred BB!");
607 if (isa<PHINode>(OldVal) && cast<PHINode>(OldVal)->getParent() == BB) {
608 PHINode *OldValPN = cast<PHINode>(OldVal);
620 PN->addIncoming(OldVal, BBPreds[i]);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 699 Value *OldVal = NamedValues[VarName];
745 if (OldVal)
746 NamedValues[VarName] = OldVal;

Completed in 698 milliseconds

1 2 3 4 5