Searched refs:V2Element (Results 1 – 1 of 1) sorted by relevance
740 Constant *V2Element = ConstantExpr::getExtractElement(V2, in ConstantFoldSelectInstruction() local743 if (V1Element == V2Element) { in ConstantFoldSelectInstruction()746 V = isa<UndefValue>(V1Element) ? V1Element : V2Element; in ConstantFoldSelectInstruction()749 V = Cond->isNullValue() ? V2Element : V1Element; in ConstantFoldSelectInstruction()