Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp828 Value *OpndVal = Opnd.getSymVal(); in createAddendVal() local
832 return OpndVal; in createAddendVal()
837 return createFAdd(OpndVal, OpndVal); in createAddendVal()
841 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2892 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local
2895 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()
2896 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()
2903 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()