Lines Matching refs:getOpcode
753 switch (CE->getOpcode()) {
767 printCast(CE->getOpcode(), CE->getOperand(0)->getType(), CE->getType());
768 if (CE->getOpcode() == Instruction::SExt &&
775 (CE->getOpcode() == Instruction::Trunc ||
776 CE->getOpcode() == Instruction::FPToUI ||
777 CE->getOpcode() == Instruction::FPToSI ||
778 CE->getOpcode() == Instruction::PtrToInt)) {
822 printConstantWithCast(CE->getOperand(0), CE->getOpcode());
823 switch (CE->getOpcode()) {
859 printConstantWithCast(CE->getOperand(1), CE->getOpcode());
892 printConstantWithCast(CE->getOperand(0), CE->getOpcode());
894 printConstantWithCast(CE->getOperand(1), CE->getOpcode());
1130 switch (CE->getOpcode()) {
1336 switch (I.getOpcode()) {
2532 } else if (I.getOpcode() == Instruction::FRem) {
2553 writeOperandWithCast(I.getOperand(0), I.getOpcode());
2555 switch (I.getOpcode()) {
2581 writeOperandWithCast(I.getOperand(1), I.getOpcode());
2700 printCast(I.getOpcode(), SrcTy, DstTy);
2704 I.getOpcode() == Instruction::SExt)
2710 (I.getOpcode() == Instruction::Trunc ||
2711 I.getOpcode() == Instruction::FPToUI ||
2712 I.getOpcode() == Instruction::FPToSI ||
2713 I.getOpcode() == Instruction::PtrToInt)) {