Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4338 Value *OpndVal = Inst->getOperand(0); in canGetThrough() local
4341 if (!OpndVal->getType()->isIntegerTy() || in canGetThrough()
4342 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()
4349 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough()