Home | History | Annotate | Download | only in IR

Lines Matching refs:getOpcode

356   switch (CE->getOpcode()) {
445 if (CE->getOpcode() == Instruction::Sub) {
448 if (LHS && RHS && LHS->getOpcode() == Instruction::PtrToInt &&
449 RHS->getOpcode() == Instruction::PtrToInt &&
1111 return Instruction::isCast(getOpcode());
1115 return getOpcode() == Instruction::ICmp || getOpcode() == Instruction::FCmp;
1119 if (getOpcode() != Instruction::GetElementPtr) return false;
1144 return getOpcode() == Instruction::ExtractValue ||
1145 getOpcode() == Instruction::InsertValue;
1188 switch (getOpcode()) {
1202 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty, OnlyIfReduced);
1231 return ConstantExpr::get(getOpcode(), Ops[0], Ops[1], SubclassOptionalData,
2329 return Instruction::getOpcodeName(getOpcode());
2983 switch (getOpcode()) {
2997 return CastInst::Create((Instruction::CastOps)getOpcode(),
3022 return CmpInst::Create((Instruction::OtherOps)getOpcode(),
3028 getOpcode(),