Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:Op0

625     Constant *Op0 = CE->getOperand(0);
629 GenericValue Result = getConstantValue(Op0);
638 GenericValue GV = getConstantValue(Op0);
644 GenericValue GV = getConstantValue(Op0);
650 GenericValue GV = getConstantValue(Op0);
657 GenericValue GV = getConstantValue(Op0);
663 GenericValue GV = getConstantValue(Op0);
668 GenericValue GV = getConstantValue(Op0);
683 GenericValue GV = getConstantValue(Op0);
699 GenericValue GV = getConstantValue(Op0);
701 if (Op0->getType()->isFloatTy())
703 else if (Op0->getType()->isDoubleTy())
705 else if (Op0->getType()->isX86_FP80Ty()) {
717 GenericValue GV = getConstantValue(Op0);
718 uint32_t PtrWidth = DL->getTypeSizeInBits(Op0->getType());
726 GenericValue GV = getConstantValue(Op0);
734 GenericValue GV = getConstantValue(Op0);
736 switch (Op0->getType()->getTypeID()) {
755 break; // getConstantValue(Op0) above already converted it
772 GenericValue LHS = getConstantValue(Op0);