Searched refs:Worthy (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() argument 97 ConvertedInsts[I] = std::make_tuple(V, Mask, Worthy); in converted() 215 bool Worthy = false; in convertFCmp() local 225 Worthy = WhichConst != 0; in convertFCmp() 229 converted(&I, Op0, Mask, Worthy); in convertFCmp() 352 bool Worthy; in runOnFunction() local 353 std::tie(V, Mask, Worthy) = It.second; in runOnFunction() 356 if (!Worthy) in runOnFunction()
|