Searched refs:PhiVal (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp363 Value *PhiVal; local
367 PhiVal = InVal;
371 PhiVal = NewPN;
381 LoadInst *NewLI = new LoadInst(PhiVal, "", isVolatile, LoadAlignment);
471 Value *PhiVal; local
475 PhiVal = InVal;
479 PhiVal = NewPN;
484 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal,
491 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp);
501 PhiVal, ConstantO
[all...]
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp670 Value *PhiVal = PN->getIncomingValue(i); local
672 EdgesMissing |= !getEdgeValue(PhiVal, PhiBB, BB, EdgeResult);
/external/llvm/lib/IR/
H A DCore.cpp1939 PHINode *PhiVal = unwrap<PHINode>(PhiNode); local
1941 PhiVal->addIncoming(unwrap(IncomingValues[I]), unwrap(IncomingBlocks[I]));

Completed in 623 milliseconds