Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getOpcode

389     if (VCE->getOpcode() == Instruction::PtrToInt)
391 if (CE->getOpcode() == Instruction::GetElementPtr &&
406 if (VCE->getOpcode() == Instruction::PtrToInt)
408 if (CE->getOpcode() == Instruction::GetElementPtr &&
431 if (VCE->getOpcode() == Instruction::PtrToInt)
433 if (CE->getOpcode() == Instruction::GetElementPtr &&
3614 Opcode = I->getOpcode();
3623 Opcode = CE->getOpcode();
3755 if (BO->getOpcode() == Instruction::And &&
3822 if (L->getOpcode() == Instruction::Shl &&
4455 if (BO->getOpcode() == Instruction::And) {
4490 if (BO->getOpcode() == Instruction::Or) {
4886 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Operands, TD,
5252 C = ConstantFoldInstOperands(I->getOpcode(), I->getType(),
6185 if (BO->getOpcode() == Instruction::And) {
6189 } else if (BO->getOpcode() == Instruction::Or) {