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

  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 109 /// AddAsInput - If the specified value is an instruction, add it as an input.
110 Value *AddAsInput(Value *V) {
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 171 return AddAsInput(PN->getIncomingValueForBlock(PredBB));
200 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
236 return AddAsInput(V);
283 AddAsInput(LHS);
292 return AddAsInput(Res);

Completed in 48 milliseconds