Lines Matching refs:Op0
625 Constant *Op0 = CE->getOperand(0); in getConstantValue() local
629 GenericValue Result = getConstantValue(Op0); in getConstantValue()
638 GenericValue GV = getConstantValue(Op0); in getConstantValue()
644 GenericValue GV = getConstantValue(Op0); in getConstantValue()
650 GenericValue GV = getConstantValue(Op0); in getConstantValue()
657 GenericValue GV = getConstantValue(Op0); in getConstantValue()
663 GenericValue GV = getConstantValue(Op0); in getConstantValue()
668 GenericValue GV = getConstantValue(Op0); in getConstantValue()
683 GenericValue GV = getConstantValue(Op0); in getConstantValue()
699 GenericValue GV = getConstantValue(Op0); in getConstantValue()
701 if (Op0->getType()->isFloatTy()) in getConstantValue()
703 else if (Op0->getType()->isDoubleTy()) in getConstantValue()
705 else if (Op0->getType()->isX86_FP80Ty()) { in getConstantValue()
717 GenericValue GV = getConstantValue(Op0); in getConstantValue()
718 uint32_t PtrWidth = DL->getTypeSizeInBits(Op0->getType()); in getConstantValue()
726 GenericValue GV = getConstantValue(Op0); in getConstantValue()
734 GenericValue GV = getConstantValue(Op0); in getConstantValue()
736 switch (Op0->getType()->getTypeID()) { in getConstantValue()
772 GenericValue LHS = getConstantValue(Op0); in getConstantValue()