Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Value

26 #include "llvm/IR/Value.h"
124 static TargetTransformInfo::OperandValueKind getOperandInfo(Value *V) {
172 Value *L = BinOp->getOperand(0);
173 Value *R = BinOp->getOperand(1);
187 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr;
188 Value *NextLevelOpR = RS ? RS->getOperand(0) : nullptr;
189 Value *NextLevelOp = nullptr;
288 static std::pair<Value *, ShuffleVectorInst *>
291 Value *L = B->getOperand(0);
292 Value *R = B->getOperand(1);
337 Value *RdxOp = RdxStart;
348 Value *NextRdxOp;
352 // Check the current reduction operation and the shuffle use the same value.