Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:Op0

576     Constant *Op0 = CE->getOperand(0);
580 GenericValue Result = getConstantValue(Op0);
589 GenericValue GV = getConstantValue(Op0);
595 GenericValue GV = getConstantValue(Op0);
601 GenericValue GV = getConstantValue(Op0);
608 GenericValue GV = getConstantValue(Op0);
614 GenericValue GV = getConstantValue(Op0);
619 GenericValue GV = getConstantValue(Op0);
634 GenericValue GV = getConstantValue(Op0);
650 GenericValue GV = getConstantValue(Op0);
652 if (Op0->getType()->isFloatTy())
654 else if (Op0->getType()->isDoubleTy())
656 else if (Op0->getType()->isX86_FP80Ty()) {
668 GenericValue GV = getConstantValue(Op0);
669 uint32_t PtrWidth = TD->getTypeSizeInBits(Op0->getType());
677 GenericValue GV = getConstantValue(Op0);
685 GenericValue GV = getConstantValue(Op0);
687 switch (Op0->getType()->getTypeID()) {
706 break; // getConstantValue(Op0) above already converted it
723 GenericValue LHS = getConstantValue(Op0);