Searched refs:OpndVal (Results 1 – 2 of 2) sorted by relevance
848 Value *OpndVal = Opnd.getSymVal(); in createAddendVal() local852 return OpndVal; in createAddendVal()857 return createFAdd(OpndVal, OpndVal); in createAddendVal()861 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()
2353 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local2357 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()2358 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()2365 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()