Home
last modified time | relevance | path

Searched defs:Poison (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp241 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
H A DIRBuilder.cpp1223 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp734 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1276 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
H A DInstCombineSimplifyDemanded.cpp1371 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1228 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h350 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp620 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3090 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9417 Value *Poison = PoisonValue::get( in execute() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1544 Value *Poison = PoisonValue::get(Type::getInt1Ty(*Context)); in handleKillDebugValue() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7361 const Instruction *Poison = Worklist.pop_back_val(); in isAddRecNeverPoison() local