Home
last modified time | relevance | path

Searched refs:V1Element (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp280 Constant *V1Element = ConstantExpr::getExtractElement(V1, in ConstantFoldSelectInstruction() local
286 V = PoisonValue::get(V1Element->getType()); in ConstantFoldSelectInstruction()
287 } else if (V1Element == V2Element) { in ConstantFoldSelectInstruction()
288 V = V1Element; in ConstantFoldSelectInstruction()
290 V = isa<UndefValue>(V1Element) ? V1Element : V2Element; in ConstantFoldSelectInstruction()
293 V = Cond->isNullValue() ? V2Element : V1Element; in ConstantFoldSelectInstruction()