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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp 225 /// If AndCst is non-null, then the loaded value is masked with that constant
229 CmpInst &ICI, ConstantInt *AndCst) {
311 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
    [all...]

Completed in 105 milliseconds