Searched refs:isCast (Results 1 – 17 of 17) sorted by relevance
88 bool isCast() const { return isCast(getOpcode()); } in isCast() function117 static inline bool isCast(unsigned OpCode) { in isCast() function
616 return I->isCast();
980 bool isCast() const;
36 if (CE->isCast()) in CastOperand()
80 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair()82 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair()527 if (CE->isCast()) { in ConstantFoldCastInstruction()1990 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
437 if (Instruction::isCast(V.opcode))
979 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr980 return Instruction::isCast(getOpcode()); in isCast()1364 assert(Instruction::isCast(opc) && "opcode out of range"); in getCast()
971 if (CE->isCast()) { in WriteConstantInternal()
410 if (CE->isCast()) in visitLoadInst()674 if (CE->isCast()) in visitStoreInst()
129 if (TI->isCast()) { in FoldSelectOpOp()
250 if (CE->isCast()) in SplitStaticCtorDtor()
603 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()
899 boolean isCast) in invalidDim() argument907 else if (isCast && srcDim == 0 && srcType == CLASS in invalidDim()
921 if (Instruction::isCast(CE->getOpcode())) { in WriteConstants()1050 if (Instruction::isCast(I.getOpcode())) { in WriteInstruction()
323 if (CE->isCast()) in runStaticConstructorsDestructors()
818 } else if (CE->isCast()) { in printConstant()
414 if (I->isCast()) in getInstructionTypes()