HomeSort by: relevance | last modified time | path
    Searched refs:isUndefValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 421 if (TV && Q.isUndefValue(TV))
423 if (FV && Q.isUndefValue(FV))
618 if (Q.isUndefValue(Op1))
738 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1))
873 if (Q.isUndefValue(Op1) || match(Op1, m_Zero()))
932 if (Q.isUndefValue(Op1))
949 if (Elt && (Elt->isNullValue() || Q.isUndefValue(Elt)))
956 if (Q.isUndefValue(Op0))
1210 if (Q.isUndefValue(C)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h 134 bool isUndefValue(Value *V) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 230 bool isUndefValue() const { return Val.getInt() == UndefVal; }
845 assert(!ValuesPerBlock[0].AV.isUndefValue() &&
858 if (AV.AV.isUndefValue())

Completed in 60 milliseconds