Searched refs:OpndVal (Results 1 – 4 of 4) sorted by relevance
828 Value *OpndVal = Opnd.getSymVal(); in createAddendVal() local832 return OpndVal; in createAddendVal()837 return createFAdd(OpndVal, OpndVal); in createAddendVal()841 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()
843 Value *OpndVal = Opnd.getSymVal(); in createAddendVal() local847 return OpndVal; in createAddendVal()852 return createFAdd(OpndVal, OpndVal); in createAddendVal()856 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()
2892 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local2895 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()2896 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()2903 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()
3493 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local3496 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()3497 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()3504 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()