Lines Matching refs:getOpcode
196 if (CE->getOpcode() == Instruction::PtrToInt ||
197 CE->getOpcode() == Instruction::BitCast)
201 if (CE->getOpcode() == Instruction::GetElementPtr) {
350 if (CE->getOpcode() == Instruction::IntToPtr &&
438 if (CE->getOpcode() == Instruction::GetElementPtr) {
599 if (CE && CE->getOpcode() == Instruction::Sub &&
643 if (CE->getOpcode() == Instruction::IntToPtr)
784 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops, TD);
805 return ConstantFoldInstOperands(CE->getOpcode(), CE->getType(), Ops, TD);
843 if (TD && CE->getOpcode() == Instruction::IntToPtr) {
864 CE->getOpcode() == Instruction::PtrToInt)
917 if (CE0->getOpcode() == Instruction::IntToPtr) {
928 if (CE0->getOpcode() == Instruction::PtrToInt &&
937 if (TD && CE0->getOpcode() == CE1->getOpcode()) {
940 if (CE0->getOpcode() == Instruction::IntToPtr) {
952 if ((CE0->getOpcode() == Instruction::PtrToInt &&
963 CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) {