Searched refs:UndefValue (Results 101 - 113 of 113) sorted by relevance

12345

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp992 } else if (isa<UndefValue>(C)) {
/external/llvm/lib/IR/
H A DAsmWriter.cpp1007 if (isa<UndefValue>(CV)) {
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp786 } else if (isa<UndefValue>(CV)) {
787 Out << "UndefValue* " << constName << " = UndefValue::get("
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp299 MachinePointerInfo(UndefValue::get(PtrTy)), MemVT,
H A DR600ISelLowering.cpp1706 MachinePointerInfo(UndefValue::get(PtrTy)),
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli342 | UndefValue
752 See the method [llvm::UndefValue::get]. *)
760 otherwise. Similar to [llvm::isa<UndefValue>]. *)
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5865 return llvm::UndefValue::get(ArgPtrTy);
6069 Val = llvm::UndefValue::get(ArgPtrTy);
H A DItaniumCXXABI.cpp1437 RValue Undef = RValue::get(llvm::UndefValue::get(T));
H A DMicrosoftCXXABI.cpp2342 Dst = llvm::UndefValue::get(DstNull->getType());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp314 if (isa<UndefValue>(C)) {
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp6895 if (isa<UndefValue>(C->getValue()))
6898 if (isa<UndefValue>(C->getValue()))
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3140 } else if (isa<UndefValue>(V))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1977 CV.push_back(UndefValue::get(OpNTy));

Completed in 593 milliseconds

12345