Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp731 Value *OpndVal = Opnd.getSymVal(); in createAddendVal() local
735 return OpndVal; in createAddendVal()
740 return createFAdd(OpndVal, OpndVal); in createAddendVal()
744 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4575 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local
4578 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()
4579 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()
4586 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()