Searched refs:AddAsInput (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DPHITransAddr.h110 /// AddAsInput - If the specified value is an instruction, add it as an input.
111 Value *AddAsInput(Value *V) { function in class:llvm::PHITransAddr
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp171 return AddAsInput(PN->getIncomingValueForBlock(PredBB));
200 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
235 return AddAsInput(V);
281 AddAsInput(LHS);
290 return AddAsInput(Res);

Completed in 88 milliseconds