Searched refs:IOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp571 ShlOperator *IOp = cast<ShlOperator>(I); local
572 if (IOp->hasNoSignedWrap())
574 else if (IOp->hasNoUnsignedWrap())
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1068 Value *IOp = I->getOperand(1); local
1070 if ((isa<ConstantVector>(IOp) || isa<ConstantDataVector>(IOp)) &&
1073 Constant *SplatValue = cast<Constant>(IOp)->getSplatValue();

Completed in 122 milliseconds