Home
last modified time | relevance | path

Searched defs:IsBinOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp471 bool IsBinOp = BinOp.parse(*N); eligibleForExtraction() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp415 bool IsBinOp = Instruction::isBinaryOp(Opcode); isExtractExtractCheap() local
H A DSLPVectorizer.cpp739 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); getSameOpcode() local