HomeSort by relevance Sort by last modified time
    Searched refs:GetUndefVal (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 86 ValT V = Traits::GetUndefVal(BB, Updater);
244 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 283 /// GetUndefVal - Create an IMPLICIT_DEF instruction with a new register.
285 static unsigned GetUndefVal(MachineBasicBlock *BB,
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 256 /// GetUndefVal - Get an undefined value of the same type as the value
258 static Value *GetUndefVal(BasicBlock *BB, SSAUpdater *Updater) {

Completed in 354 milliseconds