Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp2020 Value *IncomingId = nullptr; in calcPredicateUsingInteger() local
2029 IncomingId = SelectInst::Create(Condition, Id0, Id1, "target.bb.idx", in calcPredicateUsingInteger()
2034 IncomingId = ConstantInt::get(Type::getInt32Ty(Context), in calcPredicateUsingInteger()
2037 Phi->addIncoming(IncomingId, In); in calcPredicateUsingInteger()