Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp983 Value *PoisonVal = PoisonValue::get(SomePHI->getType()); in run() local
985 SomePHI->addIncoming(PoisonVal, Pred); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp446 const int PoisonVal = -1; in runOnMachineFunction() local
449 .addImm(PoisonVal); in runOnMachineFunction()