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

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 563 Value *PhiVal;
567 PhiVal = InVal;
571 PhiVal = NewPN;
576 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal,
583 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp);
593 PhiVal, ConstantOp);
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 748 Value *PhiVal = PN->getIncomingValue(i);
753 EdgesMissing |= !getEdgeValue(PhiVal, PhiBB, BB, EdgeResult, PN);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 239 milliseconds