Searched defs:CanEvaluateZExtd (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp630 /// CanEvaluateZExtd - Determine if the specified value can be computed in the
642 /// CanEvaluateZExtd for the 'lshr' will return true, and BitsToClear will be
648 static bool CanEvaluateZExtd(Value *V, Type *Ty, unsigned &BitsToClear) { function
680 if (!CanEvaluateZExtd(I->getOperand(0), Ty, BitsToClear) ||
681 !CanEvaluateZExtd(I->getOperand(1), Ty, Tmp))
707 if (!CanEvaluateZExtd(I->getOperand(0), Ty, BitsToClear))
717 if (!CanEvaluateZExtd(I->getOperand(1), Ty, Tmp) ||
718 !CanEvaluateZExtd(I->getOperand(2), Ty, BitsToClear) ||
730 if (!CanEvaluateZExtd(PN->getIncomingValue(0), Ty, BitsToClear))
733 if (!CanEvaluateZExtd(P
[all...]

Completed in 47 milliseconds