Home
last modified time | relevance | path

Searched refs:IsFreeTruncation (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp41967 auto IsFreeTruncation = [VT](SDValue Op) { in combineTruncatedArithmetic() local
42011 (Op0 == Op1 || IsFreeTruncation(Op0) || IsFreeTruncation(Op1))) in combineTruncatedArithmetic()
42028 (Op0 == Op1 || IsFreeTruncation(Op0) || IsFreeTruncation(Op1))) in combineTruncatedArithmetic()
42038 (Op0 == Op1 || (IsFreeTruncation(Op0) && IsFreeTruncation(Op1)))) in combineTruncatedArithmetic()