Searched refs:OpndVal (Results 1 – 2 of 2) sorted by relevance
731 Value *OpndVal = Opnd.getSymVal(); in createAddendVal() local735 return OpndVal; in createAddendVal()740 return createFAdd(OpndVal, OpndVal); in createAddendVal()744 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()
4575 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local4578 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()4579 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()4586 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()