Home
last modified time | relevance | path

Searched refs:OpndVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp848 Value *OpndVal = Opnd.getSymVal(); in createAddendVal() local
852 return OpndVal; in createAddendVal()
857 return createFAdd(OpndVal, OpndVal); in createAddendVal()
861 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2353 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local
2357 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()
2358 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()
2365 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()