Searched refs:InstOrCE (Results 1 – 2 of 2) sorted by relevance
993 Constant *ConstantFoldInstOperandsImpl(const Value *InstOrCE, unsigned Opcode, in ConstantFoldInstOperandsImpl() argument997 Type *DestTy = InstOrCE->getType(); in ConstantFoldInstOperandsImpl()1006 if (auto *GEP = dyn_cast<GEPOperator>(InstOrCE)) { in ConstantFoldInstOperandsImpl()1015 if (auto *CE = dyn_cast<ConstantExpr>(InstOrCE)) in ConstantFoldInstOperandsImpl()1024 ImmutableCallSite CS(cast<CallInst>(InstOrCE)); in ConstantFoldInstOperandsImpl()
923 Constant *ConstantFoldInstOperandsImpl(const Value *InstOrCE, Type *DestTy, in ConstantFoldInstOperandsImpl() argument935 if (auto *GEP = dyn_cast<GEPOperator>(InstOrCE)) { in ConstantFoldInstOperandsImpl()