HomeSort by: relevance | last modified time | path
    Searched defs:PoisonValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 1395 class PoisonValue final : public UndefValue {
1398 explicit PoisonValue(Type *T) : UndefValue(T, PoisonValueVal) {}
1403 PoisonValue(const PoisonValue &) = delete;
1406 static PoisonValue *get(Type *T);
1410 PoisonValue *getSequentialElement() const;
1414 PoisonValue *getStructElement(unsigned Elt) const;
1418 PoisonValue *getElementValue(Constant *C) const;
1421 PoisonValue *getElementValue(unsigned Idx) const;
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 324 | PoisonValue
llvm_ocaml.c 654 PoisonValue,
695 DEFINE_CASE(Val, PoisonValue);

Completed in 21 milliseconds