Home
last modified time | relevance | path

Searched defs:IsLogical (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h49 IsLogical = (1 << 20), enumerator
H A DSystemZISelLowering.cpp7838 bool IsLogical = false; computeKnownBitsForTargetNode() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp484 bool IsLogical, in foldLogOpOfMaskedICmps() argument
710 foldAndOrOfICmpsOfAndWithPow2(ICmpInst * LHS,ICmpInst * RHS,Instruction * CxtI,bool IsAnd,bool IsLogical) foldAndOrOfICmpsOfAndWithPow2() argument
1179 foldAndOrOfICmpsWithConstEq(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd,bool IsLogical,InstCombiner::BuilderTy & Builder,const SimplifyQuery & Q) foldAndOrOfICmpsWithConstEq() argument
2585 bool IsLogical = isa<SelectInst>(Op1); visitAnd() local
2602 bool IsLogical = isa<SelectInst>(Op0); visitAnd() local
3102 foldAndOrOfICmpEqConstantAndICmp(ICmpInst * LHS,ICmpInst * RHS,bool IsAnd,bool IsLogical,IRBuilderBase & Builder) foldAndOrOfICmpEqConstantAndICmp() argument
3148 foldAndOrOfICmps(ICmpInst * LHS,ICmpInst * RHS,Instruction & I,bool IsAnd,bool IsLogical) foldAndOrOfICmps() argument
3639 bool IsLogical = isa<SelectInst>(Op1); visitOr() local
3656 bool IsLogical = isa<SelectInst>(Op0); visitOr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp77 bool IsLogical; global() member