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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 671 Value *InV = 0;
673 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred;
675 InV = Builder->CreateSelect(PN->getIncomingValue(i),
677 NewPN->addIncoming(InV, ThisBB);
682 Value *InV = 0;
684 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C);
686 InV = Builder->CreateICmp(CI->getPredicate(), PN->getIncomingValue(i),
689 InV = Builder->CreateFCmp(CI->getPredicate(), PN->getIncomingValue(i),
691 NewPN->addIncoming(InV, PN->getIncomingBlock(i));
696 Value *InV = 0
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
SafepointIRVerifier.cpp 341 for (Value *InV: PN->incoming_values())
342 Worklist.push_back(InV);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 602 bool Inv = false;
915 PV.Inv = false;
921 PV.Inv = true;
923 Value *Var = nullptr, *Inv = nullptr, *X1 = nullptr, *X2 = nullptr;
930 Inv = X1;
933 Inv = X2;
938 PV.M = Inv;
952 if (PV.Inv && !isa<ConstantInt>(PV.Q))
1017 Value *InV = P->getIncomingValue(i);
1018 IntegerType *Ty = cast<IntegerType>(InV->getType())
    [all...]

Completed in 98 milliseconds