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

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

Completed in 99 milliseconds