Lines Matching refs:Op0
546 Constant *Op0 = CE->getOperand(0); in getConstantValue() local
550 GenericValue Result = getConstantValue(Op0); in getConstantValue()
552 uint64_t Offset = TD->getIndexedOffset(Op0->getType(), Indices); in getConstantValue()
559 GenericValue GV = getConstantValue(Op0); in getConstantValue()
565 GenericValue GV = getConstantValue(Op0); in getConstantValue()
571 GenericValue GV = getConstantValue(Op0); in getConstantValue()
578 GenericValue GV = getConstantValue(Op0); in getConstantValue()
584 GenericValue GV = getConstantValue(Op0); in getConstantValue()
589 GenericValue GV = getConstantValue(Op0); in getConstantValue()
604 GenericValue GV = getConstantValue(Op0); in getConstantValue()
620 GenericValue GV = getConstantValue(Op0); in getConstantValue()
622 if (Op0->getType()->isFloatTy()) in getConstantValue()
624 else if (Op0->getType()->isDoubleTy()) in getConstantValue()
626 else if (Op0->getType()->isX86_FP80Ty()) { in getConstantValue()
638 GenericValue GV = getConstantValue(Op0); in getConstantValue()
644 GenericValue GV = getConstantValue(Op0); in getConstantValue()
653 GenericValue GV = getConstantValue(Op0); in getConstantValue()
655 switch (Op0->getType()->getTypeID()) { in getConstantValue()
691 GenericValue LHS = getConstantValue(Op0); in getConstantValue()