Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Runtime/
H A Dtype-code.h46 constexpr RT_API_ATTRS bool IsLogical() const { in IsLogical() function
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h49 IsLogical = (1 << 20), enumerator
H A DSystemZISelLowering.cpp7985 bool IsLogical = false; computeKnownBitsForTargetNode() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp484 foldLogOpOfMaskedICmps(ICmpInst * LHS,ICmpInst * RHS,bool IsAnd,bool IsLogical,InstCombiner::BuilderTy & Builder) foldLogOpOfMaskedICmps() argument
710 foldAndOrOfICmpsOfAndWithPow2(ICmpInst * LHS,ICmpInst * RHS,Instruction * CxtI,bool IsAnd,bool IsLogical) foldAndOrOfICmpsOfAndWithPow2() argument
1175 foldAndOrOfICmpsWithConstEq(ICmpInst * Cmp0,ICmpInst * Cmp1,bool IsAnd,bool IsLogical,InstCombiner::BuilderTy & Builder,const SimplifyQuery & Q) foldAndOrOfICmpsWithConstEq() argument
2648 bool IsLogical = isa<SelectInst>(Op1); visitAnd() local
2665 bool IsLogical = isa<SelectInst>(Op0); visitAnd() local
3185 foldAndOrOfICmpEqConstantAndICmp(ICmpInst * LHS,ICmpInst * RHS,bool IsAnd,bool IsLogical,IRBuilderBase & Builder) foldAndOrOfICmpEqConstantAndICmp() argument
3231 foldAndOrOfICmps(ICmpInst * LHS,ICmpInst * RHS,Instruction & I,bool IsAnd,bool IsLogical) foldAndOrOfICmps() argument
3705 bool IsLogical = isa<SelectInst>(Op1); visitOr() local
3722 bool IsLogical = isa<SelectInst>(Op0); visitOr() local
[all...]
H A DInstructionCombining.cpp2672 __anon22ed53830f02(Instruction::BinaryOps Opcode, bool IsLogical, Value *A, Value *B) getFreelyInvertedImpl() argument
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp80 bool IsLogical; global() member
108 bool IsLogical; global() member
/llvm-project/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp2387 auto IsLogical{[](const DeclTypeSpec &type) -> bool { IsReductionAllowedForType() local