OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpVal
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Analysis/
PHITransAddr.cpp
385
Value *
OpVal
= InsertPHITranslatedSubExpr(Cast->getOperand(0),
387
if (!
OpVal
) return nullptr;
390
CastInst *New = CastInst::Create(Cast->getOpcode(),
OpVal
, InVal->getType(),
403
Value *
OpVal
= InsertPHITranslatedSubExpr(GEP->getOperand(i),
405
if (!
OpVal
) return nullptr;
406
GEPOps.push_back(
OpVal
);
427
Value *
OpVal
= InsertPHITranslatedSubExpr(Inst->getOperand(0),
429
if (
OpVal
== 0) return 0;
431
BinaryOperator *Res = BinaryOperator::CreateAdd(
OpVal
, Inst->getOperand(1),
SparsePropagation.cpp
264
LatticeVal
OpVal
= getOrInitValueState(PN.getIncomingValue(i));
265
if (
OpVal
!= PNIV)
266
PNIV = LatticeFunc->MergeValues(PNIV,
OpVal
);
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
831
Value *
OpVal
= CondCB->isZero() ? I.getFalseValue() : I.getTrueValue();
832
mergeInValue(&I, getValueState(
OpVal
));
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 3414 milliseconds