HomeSort by relevance Sort by last modified time
    Searched defs:UndefValue (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 181 Value *LPadVal = UndefValue::get(LPadType);
262 Value *UndefValue = UndefValue::get(Ty);
263 Instruction *SI = SelectInst::Create(TrueValue, AI, UndefValue,
WinEHPrepare.cpp 438 LPad->replaceAllUsesWith(UndefValue::get(LPad->getType()));
536 Value *UndefValue = UndefValue::get(Arg->getType());
538 SelectInst::Create(TrueValue, Arg, UndefValue,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 282 | UndefValue
    [all...]
llvm_ocaml.c 495 UndefValue,
536 DEFINE_CASE(Val, UndefValue);
    [all...]

Completed in 270 milliseconds