Home
last modified time | relevance | path

Searched refs:OperandVal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp697 Constant *OperandVal = nullptr; in visitPHINode() local
708 if (!OperandVal) { // Grab the first value. in visitPHINode()
709 OperandVal = IV.getConstant(); in visitPHINode()
719 if (IV.getConstant() != OperandVal) in visitPHINode()
728 if (OperandVal) in visitPHINode()
729 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode()
DLoopInterchange.cpp909 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local
910 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()
DLoopStrengthReduce.cpp676 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
679 if (SI->getOperand(1) == OperandVal) in isAddressUse()
687 if (II->getArgOperand(0) == OperandVal) in isAddressUse()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp732 Constant *OperandVal = 0; in visitPHINode() local
743 if (OperandVal == 0) { // Grab the first value. in visitPHINode()
744 OperandVal = IV.getConstant(); in visitPHINode()
754 if (IV.getConstant() != OperandVal) in visitPHINode()
763 if (OperandVal) in visitPHINode()
764 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode()
DLoopStrengthReduce.cpp588 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
591 if (SI->getOperand(1) == OperandVal) in isAddressUse()
603 if (II->getArgOperand(0) == OperandVal) in isAddressUse()