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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 1347 class UndefValue : public ConstantData {
1350 explicit UndefValue(Type *T) : ConstantData(T, UndefValueVal) {}
1355 explicit UndefValue(Type *T, ValueTy vty) : ConstantData(T, vty) {}
1358 UndefValue(const UndefValue &) = delete;
1361 static UndefValue *get(Type *T);
1365 UndefValue *getSequentialElement() const;
1369 UndefValue *getStructElement(unsigned Elt) const;
1373 UndefValue *getElementValue(Constant *C) const;
1376 UndefValue *getElementValue(unsigned Idx) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 167 Value *LPadVal = UndefValue::get(LPadType);
257 Value *UndefValue = UndefValue::get(Ty);
259 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 323 | UndefValue
llvm_ocaml.c 653 UndefValue,
694 DEFINE_CASE(Val, UndefValue);

Completed in 40 milliseconds