Searched refs:GetUndefVal (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h87 ValT V = Traits::GetUndefVal(BB, Updater);
245 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h76 ValT V = Traits::GetUndefVal(BB, Updater);
234 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp282 /// GetUndefVal - Create an IMPLICIT_DEF instruction with a new register.
284 static unsigned GetUndefVal(MachineBasicBlock *BB, function in class:llvm::SSAUpdaterTraits
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSSAUpdater.cpp298 /// GetUndefVal - Create an IMPLICIT_DEF instruction with a new register.
300 static unsigned GetUndefVal(MachineBasicBlock *BB, function in class:llvm::SSAUpdaterTraits
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp257 /// GetUndefVal - Get an undefined value of the same type as the value
259 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp291 /// GetUndefVal - Get an undefined value of the same type as the value
293 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) { function in class:llvm::SSAUpdaterTraits

Completed in 277 milliseconds