Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:Op0

647     Constant *Op0 = CE->getOperand(0);
651 GenericValue Result = getConstantValue(Op0);
660 GenericValue GV = getConstantValue(Op0);
666 GenericValue GV = getConstantValue(Op0);
672 GenericValue GV = getConstantValue(Op0);
679 GenericValue GV = getConstantValue(Op0);
685 GenericValue GV = getConstantValue(Op0);
690 GenericValue GV = getConstantValue(Op0);
705 GenericValue GV = getConstantValue(Op0);
721 GenericValue GV = getConstantValue(Op0);
723 if (Op0->getType()->isFloatTy())
725 else if (Op0->getType()->isDoubleTy())
727 else if (Op0->getType()->isX86_FP80Ty()) {
739 GenericValue GV = getConstantValue(Op0);
740 uint32_t PtrWidth = DL.getTypeSizeInBits(Op0->getType());
748 GenericValue GV = getConstantValue(Op0);
756 GenericValue GV = getConstantValue(Op0);
758 switch (Op0->getType()->getTypeID()) {
777 break; // getConstantValue(Op0) above already converted it
794 GenericValue LHS = getConstantValue(Op0);