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 227 /// If AndCst is non-null, then the loaded value is masked with that constant
231 CmpInst &ICI, ConstantInt *AndCst) {
313 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
    [all...]
InstCombineInternal.h 273 ConstantInt *AndCst = nullptr);
InstCombineAndOrXor.cpp     [all...]

Completed in 322 milliseconds