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

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp234 static const Value *getNoopInput(const Value *V, function
330 /// instructions handled by getNoopInput above as well as free truncations (or
344 RetVal = getNoopInput(RetVal, RetIndices, BitsRequired, TLI, DL);
356 CallVal = getNoopInput(CallVal, CallIndices, BitsProvided, TLI, DL);

Completed in 297 milliseconds