HomeSort by relevance Sort by last modified time
    Searched refs:BOp (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
PHITransAddr.cpp 273 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(LHS))
274 if (BOp->getOpcode() == Instruction::Add)
275 if (ConstantInt *CI = dyn_cast<ConstantInt>(BOp->getOperand(1))) {
276 LHS = BOp->getOperand(0);
281 if (std::count(InstInputs.begin(), InstInputs.end(), BOp)) {
282 RemoveInstInputs(BOp, InstInputs);
BasicAliasAnalysis.cpp 164 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(V)) {
165 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) {
166 switch (BOp->getOpcode()) {
171 if (!MaskedValueIsZero(BOp->getOperand(0), RHSC->getValue(), &TD))
175 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
180 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
186 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 179 milliseconds