reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/ExecutionEngine.cpp
  644     Constant *Op0 = CE->getOperand(0);
  645     switch (CE->getOpcode()) {
  650       cast<GEPOperator>(CE)->accumulateConstantOffset(DL, Offset);
  658       uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
  664       uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
  670       uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
  688       if (CE->getType()->isFloatTy())
  690       else if (CE->getType()->isDoubleTy())
  692       else if (CE->getType()->isX86_FP80Ty()) {
  703       if (CE->getType()->isFloatTy())
  705       else if (CE->getType()->isDoubleTy())
  707       else if (CE->getType()->isX86_FP80Ty()) {
  719       uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
  729                                    CE->getOpcode()==Instruction::FPToSI,
  740       uint32_t IntWidth = DL.getTypeSizeInBits(CE->getType());
  746       uint32_t PtrWidth = DL.getTypeSizeInBits(CE->getType());
  754       Type* DestTy = CE->getType();
  792       GenericValue RHS = getConstantValue(CE->getOperand(1));
  794       switch (CE->getOperand(0)->getType()->getTypeID()) {
  797         switch (CE->getOpcode()) {
  812         switch (CE->getOpcode()) {
  827         switch (CE->getOpcode()) {
  844         const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics();
  846         switch (CE->getOpcode()) {
  883     OS << "ConstantExpr not handled: " << *CE;