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

  /external/llvm/lib/CodeGen/
Analysis.cpp 332 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal,
356 CallVal = getNoopInput(CallVal, CallIndices, BitsProvided, TLI, DL);
360 if (CallVal != RetVal || CallIndices != RetIndices)
574 const Value *RetVal = Ret->getOperand(0), *CallVal = I;
579 bool CallEmpty = !firstRealType(CallVal->getType(), CallSubTypes, CallPath);
600 CallVal = UndefValue::get(SlotType);
611 if (!slotOnlyDiscardsData(RetVal, CallVal, TmpRetPath, TmpCallPath,
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]

Completed in 234 milliseconds