Home | History | Annotate | Download | only in IPA

Lines Matching refs:ConstantExpr

370     if (Constant *C = ConstantExpr::getBitCast(COp, I.getType())) {
398 if (Constant *C = ConstantExpr::getPtrToInt(COp, I.getType())) {
434 if (Constant *C = ConstantExpr::getIntToPtr(COp, I.getType())) {
464 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
504 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
521 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
571 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
641 SimplifiedValues[&I] = ConstantExpr::getExtractValue(C, I.getIndices());
658 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC,